Closed donrv closed 4 years ago
Hi, Is there any setting to output ROS pointcloud2 message per point instead of per revolution? Currently, my RS16 is set to 600 RPM and getting 10 Messages per second. I want to read messages in realtime instead of accumulating per revolution.
maybe you can change config_.npackets
in rslidarDriver::poll
from rsdriver.cpp. This will change the package number of each scan
@HaoQChen Thank you, Got it
Hi, Is there any setting to output ROS pointcloud2 message per point instead of per revolution? Currently, my RS16 is set to 600 RPM and getting 10 Messages per second. I want to read messages in realtime instead of accumulating per revolution.