Difference between revisions of "ROS Installation"
From wikidb
Line 4: | Line 4: | ||
** Setup sources.list | ** Setup sources.list | ||
− | <blockquote> | + | <blockquote> <pre> |
− | <pre> sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu lucid main" > | + | sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu lucid main" > |
/etc/apt/sources.list.d/ros-latest.list' | /etc/apt/sources.list.d/ros-latest.list' | ||
− | </pre> | + | </pre> </blockquote> |
− | </blockquote> | + |
Revision as of 09:43, 5 May 2012
Installation on Ubuntu 10.04.4 (Lucid)
- Ubuntu Install of Electric
- Setup sources.list
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu lucid main" > /etc/apt/sources.list.d/ros-latest.list'