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

Revision history [back]

Is there somewhere specific that tells you to use a RegionOfInterest message? You can access a specific point from an organized pointcloud (which the openni driver produces) by using cloud.at(u,v).

Alternatively, if you just want the depth, you can subscribe to the depth image, and just index into the image, which will provide you with the depth.