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

Revision history [back]

Hi there!

It would be easier for you to subscribe to the topic "/camera/depth/points". This topic provides you already with a 3D point cloud extracted from the depth sensor ready to use. The topic's type is PointCloud2 and you can access X, Y and Z values for each point using PCL.

I hope this helps.