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

Revision history [back]

The topic you are looking for is the depth/image_rect topic published by openni_camera (if you're using the kinect), which you start via openni_launch. This will be a rectified 2D image, with the intensity of the pixel representing the depth at that point.

As for displaying the image, try taking a look at the image_view node.

The topic you are looking for is the depth/image_rect topic published by openni_camera (if you're using the kinect), openni stack, which you start via openni_launch. (if you're using the kinect). This will be a rectified 2D image, with the intensity of the pixel representing the depth at that point.

As for displaying the image, try taking a look at the image_view node.