Difference between revisions of "ROS Installation"
From wikidb
Line 1: | Line 1: | ||
− | + | == Installation on Ubuntu 10.04.4 (Lucid) == | |
− | == | + | |
− | Installation on Ubuntu 10.04.4 (Lucid) | + | |
* [http://www.ros.org/wiki/electric/Installation/Ubuntu Ubuntu Install of Electric] | * [http://www.ros.org/wiki/electric/Installation/Ubuntu Ubuntu Install of Electric] |
Revision as of 09:55, 5 May 2012
Installation on Ubuntu 10.04.4 (Lucid)
- Setup sources.list
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu lucid main" > /etc/apt/sources.list.d/ros-latest.list'
- Set up keys
wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
- Installation
sudo apt-get update
sudo apt-get install ros-electric-desktop-full
- Environment setup
echo "source /opt/ros/electric/setup.bash" >> ~/.bashrc . ~/.bashrc