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

Meaning of the data passed by PointCloud2 message

asked 2018-06-21 13:22:29 -0500

dlandry3 gravatar image

updated 2018-06-21 13:59:34 -0500

I know that the first 4 numbers in the data set correspond to the x coordinate, the next 4 to the y and so on, but I was wondering how the first 4 numbers are turned into a distance in meters. Also why does the row_step and width change with each message sent? Thanks

edit retag flag offensive close merge delete

Comments

Hello, how do you get a PointCloud2 message? Which sensor are you using?

dljubic gravatar image dljubic  ( 2018-06-21 23:22:43 -0500 )edit

We are using the sweep lidar sensor from scance.

dlandry3 gravatar image dlandry3  ( 2018-06-22 00:08:28 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-06-22 05:34:20 -0500

PratNag gravatar image

For a pointcloud2 msg http://docs.ros.org/api/sensor_msgs/h... the x,y,z values are stored in http://docs.ros.org/api/sensor_msgs/h... . You can refer to https://answers.ros.org/question/2404... Also there is field is_dense in the pointcloud2 msg. If that is true it skips the invalid points so that makes it change the width i guess.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-06-21 13:22:29 -0500

Seen: 242 times

Last updated: Jun 22 '18