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

ros-jade-ros-tutorials not found

asked 2015-09-10 10:48:10 -0500

billtyler gravatar image

updated 2015-09-11 13:21:34 -0500

gvdhoorn gravatar image

Hi, new user here. I am trying to get ROS running on an Intel Edison. I have it up and running after having installed it with the raspberry pi instructions.

However when I try to install the ROS tutorials it fails to find the package.

Is there a reason the tutorials would not install on this sort of minimal installation? It is there on the full desktop install.

Here are the instructions I followed http://martinkronberg.com/new-blog/20... Which closely follow http://wiki.ros.org/ROSberryPi/Instal...

I adjusted the commands to install jade rather than indigo.

Thanks in advance.

EDIT: The command and output is:

root@ubilinux:~# sudo apt-get install ros-jade-ros-tutorials
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros-jade-ros-tutorials

content of ors-latest.list

root@ubilinux:~# cat /etc/apt/sources.list.d/ros-latest.list 
deb http://packages.ros.org/ros/ubuntu wheezy main
edit retag flag offensive close merge delete

Comments

Please provide the actual commands you're running as well as the console output of the errors.

tfoote gravatar image tfoote  ( 2015-09-10 13:57:54 -0500 )edit

added to the question

billtyler gravatar image billtyler  ( 2015-09-10 14:53:30 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-09-11 12:24:23 -0500

tfoote gravatar image

Ahh, you're on wheezy. That's not a standard target platform, see REP 3 for more specific targeted platforms.

There was a raspberry pi specific effort for raspbian which used wheezy debs. But that was specific to raspberry pi architecture. On the Intel Edison, if you install Ubuntu you can use the common debian packages. If you want to use wheezy you can try to shoehorn the ubuntu debs in (not guarenteed to work) or compile from source.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-09-10 10:48:10 -0500

Seen: 387 times

Last updated: Sep 11 '15