Step 1: Pre-install
* 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
scp <user>@okanagan.cs.ubc.ca:/lci/project/raid1/srvc/srvc.rosconfig ~/srvc.rosconfig
~/rosconfig bootstrap -s ~/srvc.rosconfig ~/ros 2dnav_powerbot
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