Installing Kinect Demos for CTurtle

These instructions assume you are running Ubuntu, preferably 10.04. If you are brave, and want to use this on another operating system, please see the ROS General installation instructions, and follow the directions for pr2all

  1. Install ros-cturtle-pr2all

  2. Get the rosinstall tool, git and mercurial:

    sudo apt-get install python-setuptools git-core mercurial
    sudo easy_install -U rosinstall
  3. wget the rosinstall file
    wget http://people.csail.mit.edu/garratt/install_scripts/kinect_demos_cturtle.rosinstall --no-check-certificate
  4. Check out the mit-ros-pkg code, as well as other needed libraries using rosinstall:
    rosinstall ~/kinect_demos /opt/ros/cturtle kinect_demos_cturtle.rosinstall
  5. Revert ni to pre-mangled version:
    cd ~/kinect_demos/ni
    git checkout 877bd89de0738dad5551
  6. install the base kinect demo packages:
    . ~/kinect_demos/setup.sh
    rosmake ni pcl_tools --rosdep-install
  7. install all the kinect demos (optional):

    rosmake skeletal_tracker hand_interaction kgui piano impromptu_buttons --rosdep-install

To maintain the environment variables necessary to run the mit kinect demos in new terminals, run:

  • echo "source ~/kinect_demos/setup.bash" >> ~/.bashrc

Wiki: mit-ros-pkg/KinectDemos/cturtle (last edited 2011-02-13 21:30:14 by GarrattGallagher)