ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Ubuntu ARM install of ROS Indigo

asked 2014-12-26 13:42:44 -0500

Arcus gravatar image

Hi,

I'm trying to install ros indigo on Odroid U3. Following the instructions in wiki: http://wiki.ros.org/indigo/Installati... . In point 2.5 when I'm trying to update I get the following error: E: Type 'dep' is not known on line 1 in sources list /etc/apt/sources.list.d/ros-latest.list E: The list of sources could not be read I have no idea wants going wrong. Someone who can help me?

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2014-12-26 14:49:18 -0500

ahendrix gravatar image

It looks like you're misspelled deb as dep.

You should correct your /etc/apt/sources.list.d/ros-latest.list so that it contains:

deb http://packages.namniart.com/repos/ros trusty main
edit flag offensive delete link more
0

answered 2014-12-27 12:21:48 -0500

Arcus gravatar image

My fault,

Thanks ahendrix!!

next time I have to read the wiki text correctly. Now it updates all but unfortunately running in the next bug. Try to install ros indigo base giving me follow back:

odroid@odroid:~$ sudo apt-get install ros-indigo-ros-base

Reading package lists... Done

Building dependency tree

Reading state information... Done

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: ros-indigo-ros-base :

                   Depends: ros-indigo-actionlib but it is not going to be nstalled

                   Depends: ros-indigo-bond-core but it is not going to be nstalled

                   Depends: ros-indigo-class-loader but it is not going to e installed

                   Depends: ros-indigo-common-tutorials but it is not goingto be installed

                   Depends: ros-indigo-dynamic-reconfigure but it is not gong to be installed

                   Depends: ros-indigo-nodelet-core but it is not going to e installed

                   Depends: ros-indigo-pluginlib but it is not going to be nstalled

                   Depends: ros-indigo-ros-core but it is not going to be istalled

E: Unable to correct problems, you have held broken packages.

is there anything which I forgot to install before installing ros indigo base?

edit flag offensive delete link more

Comments

Have you enabled the universe and multiverse repositories?

ahendrix gravatar image ahendrix  ( 2014-12-28 01:58:05 -0500 )edit

Please be mindful of the difference between AskBot and a forum: answers are only for answering questions, not for posting follow up questions, or updates to the original question. It is customary to update your original question with new information in that case.

gvdhoorn gravatar image gvdhoorn  ( 2014-12-28 02:42:31 -0500 )edit

@ahendrix you are my rescue!!! Thanks a lot!!! The universe repositories were not be enabled.

@gvdhoorn sorry, next time I will start a new posting. Was not really familiar with posting in forum but now in future I will be mindful, thanks!

Arcus gravatar image Arcus  ( 2014-12-29 01:47:51 -0500 )edit

@Arcus: no problem. It's something that one has to know.

gvdhoorn gravatar image gvdhoorn  ( 2014-12-29 02:42:57 -0500 )edit
0

answered 2014-12-26 14:37:05 -0500

l0g1x gravatar image

what ubuntu version are you running? Not fimiliar with odroid, but does it have a RTC( real time clock)? If it doesnt, then make sure your time is up to date on the board, because otherwise you wont be able to do anything apt-get related since you wont be able to get a SSL certificate. I had this issue on the nvidia jetson

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-12-26 13:42:44 -0500

Seen: 1,446 times

Last updated: Dec 27 '14