Pointcloud visualisation blinking when using Velodyne VLP16 dual return mode
Hi everyone,
How to use ros package Velodyne for VLP16 dual return mode?
[Observed problem]
1. VLP16 hardware configuration was defined to dual return mode
2. I tried roslaunch velodyne_pointcloud VLP16_points.launch
and display it on rviz, but the 3D point cloud was blinking and distorted.
[cause of the problem] The blinking was caused by dual return mode data structure . 1. Strongest return and Last return, the data structure: Every blocks have different horizontal angle. 2.However, Dual return data structure: Every 2 blocks are coupled with same horizontal angle.
Therefore it requires twice numbers of blocks to complete a 360 degrees of 3D point cloud in Dual return mode than the others. This have caused the blinking problem.
[how to solve it in ROS velodyne package] ???? need some help here
Thank you very much
Is this a duplicate of How to select dual return mode for velodyne VLP16?
Hi gvdhoom, the question "How to select dual return mode for velodyne VLP16?" can be solved by selecting dual mode in VLP16 hardware setting. However, this question is after the hardware setting, how to display point cloud in Velodyne ros package?.
=)
Right. Then I suggest changing the title of your question to something like "Pointcloud visualisation blinking when using Velodyne VLP16 dual return mode". Because right now it's not clear from your question title what you're actually trying to do.