NOTE: ROS is required to participate in the YouBot demo.
Install Diamondback ROS using Debian packages for Ubuntu Lucid (10.04) and Maverick (10.10) or the ROS install scripts, in case you don't run Ubuntu.
apt-get install ros-diamondback-orocos-toolchain-ros
After this step, proceed to Section 2: Workshop Sources below.Instructions after ROS is installed:
source /opt/ros/diamondback/setup.bash mkdir ~/ros cd ~/ros export ROS_PACKAGE_PATH=$HOME/ros:$ROS_PACKAGE_PATH git clone http://git.mech.kuleuven.be/robotics/orocos_toolchain_ros.git cd orocos_toolchain_ros git checkout -b diamondback origin/diamondback git submodule init git submodule update --recursive rosmake --rosdep-install orocos_toolchain_ros
NOTE: setting the ROS_PACKAGE_PATH is mandatory for each shell that will be used. It's a good idea to add the export ROS_PACKAGE_PATH line above to your .bashrc file (or equivalent)..