ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

PCL (pointclouds.org) with pcl_ros can do this. You can subscribe to the PointCloud2 messages from the kinect as pcl::PointCloud<> and pcl_ros will handle conversion for you. Then you can basically follow the tutorials on the PCL website.