sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu SYSTEM main" > /etc/apt/sources.list.d/ros-latest.list'
where SYSTEM
is the name of your system, e.g. precise
wget http://packages.ros.org/ros.key -O - | sudo apt-key add - sudo apt-get update sudo apt-get install ros-hydro-desktop sudo apt-get install python-rosinstall sudo apt-get install python-wstool sudo rosdep init rosdep update
For troubleshooting use http://wiki.ros.org/hydro/Installation/Ubuntu
cd ~/workspace/catkin/src wstool init wstool set roslisp_NAME --git https://github.com/ros/roslisp_NAME.git
where NAME: common, repl
wstool update rospack profile
cd .. catkin_make
rosdep install roslisp_common rosdep install roslisp_repl
sudo apt-get install PACK
where PACK: sbcl, rosemacs-el, slime
cd ~/workspace/rosbuild wstool set cram_NAME --git https://github.com/cram-code/cram_NAME.git wstool update rospack profile source setup.bash
where NAME: core, highlevel, physics, pr2, gazebo
roscd cram_NAME rosmake rosdep install cram_NAME
rosrun roslisp_repl roslisp_repl &
, r-l-s cram_NAME RET
where NAME is e.g. language
.