ros-jade-ros-tutorials not found
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
Please provide the actual commands you're running as well as the console output of the errors.
added to the question