Step 1: preinstall
* Check Step 1 from
http://pr.willowgarage.com/wiki/ROS/Installation
Step 2: install
The following commands will download the latest version of ROS, Personal Robots repository (ros-pkg) and UBC SRVC repository (ubc-srvc-pkg) in ~/ros and build the powerbot_player package with all its dependencies.
wget http://ros.sf.net/rosconfig -O ~/rosconfig
chmod 755 ~/rosconfig
~/rosconfig bootstrap -s /lci/project/raid1/srvc/srvc.rosconfig ~/ros powerbot_player
Step 3: Setup your environment
Use the following commands to update your environment.
~/rosconfig setup ~/ros > ~/.bashrc.ros
echo "source ~/.bashrc.ros" >> ~/.bashrc
-- Main.mariusm - 29 Jul 2009