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

What does the point data in topic velodyne_points represents and how can we use this data in custom program for getting depth of objects?

asked 2016-04-27 09:27:03 -0500

rechie26 gravatar image

I am working with VLP_16 and want to use it in my custom program. I want to know what does velodyne_points publishes and how can i use it my program for depth estimation?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-04-27 16:57:11 -0500

ecegrad gravatar image

I assume the velodyne_points topic you are talking about is coming from the Velodyne driver. This publishes PointCloud2 data. If you use the rostopic tool, you can see the data format to understand it better. Essentially, it is an array of "x, y, z, intensity, laser number" points. So if you are trying to determine depth, you would need to play with algorithms on this 3D point cloud output.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-27 09:27:03 -0500

Seen: 706 times

Last updated: Apr 27 '16