Redirected from page "kinect<br/>"

Clear message

kinect: freenect | kinect_camera

Stack Summary

ROS Kinect is an open source project focused on the integration of the Microsoft Kinect sensor with ROS. The kinect ROS stack contains low-level drivers, visualization launch files, and PCL/OpenCV tutorials/demos.

  • Author: Maintained by Radu Bogdan Rusu, Tully Foote, Patrick Mihelich, Melonee Wise
  • License: BSD
  • Repository: cyphy
  • Source: bzr lp:cyphy

Deprecated

This stack is currently end-of-life. It provides Kinect compatibility for ROS using the libfreenect library, but current development efforts are focusing on using the OpenNI-based drivers. This new work is being developed in the openni_kinect stack.

Choose your driver

There are two ROS drivers for the Kinect. One based on the PrimeSense OpenNI open-source codebase, and one based on libfreenect. At the ROS level, both provide point clouds, but the underlying implementations are very different and offer different benefits.

  • openni_kinect: (Recommended) The ROS openni_kinect stack wraps the OpenNI "natural interaction" drivers, as well as higher level libraries like skeleton and gesture tracking. This driver is officially supported by PrimeSense, has great performance, and provides the full capabilities of the sensor, including in-sensor registration for RGB and depth (no calibration required), support for different depth and RGB resolutions, and full audio support. This driver supports Linux, OS X, and Windows.

  • kinect: The ROS kinect stack wraps the libfreenect drivers. These drivers are Kinect-specific, and thus also contain access to the Kinect motors and accelerometers. This driver supports Linux and OS X.

  • kinect_aux: A standalone driver for accelerometer/tilt/led extracted from the kinect driver. To run in parallel with the ni driver.

Mailing List

For Kinect related discussions, please join us at ros-kinect@code.ros.org (click here for subscription information). The mailing list is publicly archived on Nabble: http://kinect-with-ros.976505.n3.nabble.com

For discussions regarding 3D processing algorithms and PCL, please join us at pcl-users@code.ros.org (see http://pcl.ros.org for more information). For other general purpose ROS related questions that do not concern the Kinect sensor or PCL, please join us at ros-users@code.ros.org (see http://www.ros.org/wiki/Support for more information).

Report a Bug

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

Wiki: kinect (last edited 2011-04-10 07:03:16 by Jay Ragsdale)