[Documentation] [TitleIndex] [WordIndex

MIT Kinect Demos

This page describes how to set up your system to run the kinect demos found in the mit-ros-pkg repository

Kinect demos that you might want to check out include:

Hand Detection

Finger Detection

hand detection

finger detection

Piano Playing

Impromptu Buttons

Play Piano

impromptu buttons

Robot Follower

Minority Report Interface

Robot Follower

Minority Report Interface

General Installation

All of the MIT kinect demo software shares a base installation procedure. To run one of these demos, please follow these General Installation instructions, and then follow the directions specific to the demo you wish to run.

Software Setup

These instructions assume you are running Ubuntu, preferably 10.04. If you are brave, and want to use this on another operating system, instructions will be pointed to after you select a distribution:

The Kinect demos can be installed with the following versions of ROS:

CTurtle

Diamondback

Electric

cturtle

diamondback

electric

click on a turtle to see the appropriate install instructions.

Hardware Setup

You will need a kinect for these demos. If you are using OpenNI_Kinect, then just connect Kinect to your computer.

Specific Installation and Execution

If you followed the optional 'install all demos' in the distribution-specific instructions, you are done with the installation. Otherwise, or to learn how to run the demos, click on one of the demo images above.

Hand Detection

hand detection

Installation

Execution

To view with rviz, use the configuration:

Finger Detection

finger detection

Installation

Execution

To view with rviz, use the configuration:

Piano Playing

Play Piano

Installation

Execution

*For tips on how to play, see Piano Playing

Impromptu Buttons

impromptu buttons

Installation

Execution

This demo uses the openni kinect driver. To launch it run:

roslaunch openni_camera openni_kinect.launch

The one step you will have to do manually is provide a static transform from /world to /openni_camera which will make the normal of the drawing surface point in the positive z direction. In the video above, I ran the following:

rosrun tf static_transform_publisher 0 0 1.2 0 .33 0 /world /openni_camera 10

Finally, to launch this demo, run:

rosrun impromptu_buttons buttons

*For tips on how to make this demo work, see Impromptu Buttons

Robot Follower

Robot Follower

Installation

Execution

With the bilibot/ create-kinect-laptop combo fully plugged in:

*For tips on how to use this demo effectively, see Robot Follower

Minority Report Interface

Minority Report Interface

Installation

Execution

This demo uses the finger detector. To launch it run:

roslaunch hand_interaction detectfingers.launch

The launch the gui:

rosrun kgui calgui

Now check the boxes 'online mode' and 'hand in'

*For tips on how to use this interface, see Minority Report Demo

*/


2023-10-28 12:47