Installing Kinect Demos for DiamondBack
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 desktop-full
Install ros-diamondback-desktop-full
- Install openni ros wrappers:
sudo apt-get install ros-diamondback-openni-kinect
Get the rosinstall tool, git and mercurial:
sudo apt-get install python-setuptools git-core mercurial sudo easy_install -U rosinstall
- wget the rosinstall file
wget http://people.csail.mit.edu/garratt/install_scripts/kinect_demos.rosinstall --no-check-certificate
- Check out the mit-ros-pkg code, as well as other needed libraries using rosinstall:
rosinstall ~/kinect_demos /opt/ros/diamondback kinect_demos.rosinstall
- install the base kinect demo packages:
. ~/kinect_demos/setup.sh rosmake ni pcl_tools --rosdep-install
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