LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing ROS (Robotic Operating System) Hydro in Ubuntu 13.10 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-ros-robotic-operating-system-hydro-in-ubuntu-13-10-a-4175493528/)

xcode4tux 02-03-2014 05:06 AM

Installing ROS (Robotic Operating System) Hydro in Ubuntu 13.10
 
Hi, LQ members

Has anybody successfully installed ROS Hydro with Ubuntu 13.10? If so, could you please give step by step instructions.

Thank you very much.

dimonic 02-03-2014 08:25 AM

Installing ROS hydro on Saucy (Ubuntu 13.10)
 
Add the repo to your apt repositories.

Code:

$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu saucy main" > /etc/apt/sources.list.d/ros-latest.list'
Then set up your keys:

Code:

$ wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
Update your caches

Code:

$ sudo apt-get update
And install your packages

Code:

$ sudo apt-get install ros-hydro-desktop-full
Other than the distro name, the instructions are here.

xcode4tux 02-16-2014 05:26 AM

Hi dimonic,

Thanks a lot for your brilliantly clear and concise instructions.
Just what I was looking for and worked a treat!

T. Jump 05-09-2014 11:14 AM

I tried this process but got an error (Unable to locate package ros-hydro-desktop-full).

What now?


All times are GMT -5. The time now is 08:13 AM.