Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Step 1: Pre-install | ||||||||
Line: 10 to 10 | ||||||||
wget http://ros.sf.net/rosconfig -O ~/rosconfig | ||||||||
Added: | ||||||||
> > | wget http://people.cs.ubc.ca/~mariusm/srvc/rosconfig.patch![]() | |||||||
chmod 755 ~/rosconfig
scp | ||||||||
Changed: | ||||||||
< < | ~/rosconfig bootstrap -s ~/srvc.rosconfig ~/ros 2dnav_powerbot | |||||||
> > | ~/rosconfig bootstrap -s ~/srvc.rosconfig ~/ros | |||||||
If you do the installation on a computer that is not inside the UBC CS network (for example one of the laptops), you will need to change the ~/srvc.rosconfig file and add you own UBC username to the SVN URL. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | Step 1: preinstall | |||||||
> > | Step 1: Pre-install | |||||||
* Check Step 1 from http://pr.willowgarage.com/wiki/ROS/Installation![]() | ||||||||
Changed: | ||||||||
< < | Step 2: install | |||||||
> > | 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. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Step 1: preinstall | ||||||||
Line: 11 to 11 | ||||||||
wget http://ros.sf.net/rosconfig -O ~/rosconfig chmod 755 ~/rosconfig | ||||||||
Changed: | ||||||||
< < | ~/rosconfig bootstrap -s /lci/project/raid1/srvc/srvc.rosconfig ~/ros powerbot_player | |||||||
> > | scp | |||||||
Step 3: Setup your environment |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Step 1: preinstall* Check Step 1 from http://pr.willowgarage.com/wiki/ROS/Installation![]() Step 2: installThe 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 environmentUse the following commands to update your environment.~/rosconfig setup ~/ros > ~/.bashrc.ros echo "source ~/.bashrc.ros" >> ~/.bashrc-- Main.mariusm - 29 Jul 2009
|