ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The data is all the point clouds data fields (x, y, z) encoded into that array. Usually you don't read that by hand. Use a PCL Subscriber that allows you to directly get point data with x,y,z coordinates.