Cannot load information on pr2_drinks, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

ROS Install

install cturtle binaries:

sudo apt-get install ros-cturtle-pr2all

get easy_install:

sudo apt-get install python-setuptools

then get rosinstall:

sudo easy_install rosinstall

NOTE: if the above doesn't work, you need to add yourself to groups admin,apt in /etc/group

now checkout the rosinstall file:

svn co https://code.ros.org/svn/wg-ros-pkg/trunk/rosinstall_files/cturtle

now install the rosintall file:

rosinstall ~/beverages /opt/ros/cturtle cturtle/drinks_sprint.rosinstall

now make a cool alias in .bashrc

alias beer='source ~/beverages/setup.sh; export PS1="beer-$PS1"'

rosmake pr2_drinks_executive

Updating your rosinstall

rosinstall beverages cturtle/drinks_sprint.rosinstall

Documentation

Report a Bug

Use trac to report bugs or request features. [View active tickets]

Wiki: pr2_drinks (last edited 2010-06-21 23:23:51 by RaduBogdanRusu)