EAIBOT / ydlidar

The driver of ydlidar for ROS on the linux !
101 stars 61 forks source link

LaserScan messages have invalid time_increment and scan_time values! #31

Open pitosalas opened 1 year ago

pitosalas commented 1 year ago

LaserScan messages (http://docs.ros.org/en/melodic/api/sensor_msgs/html/msg/LaserScan.html) has very invalid time_increment and scan_time values:

time_increment: 153333.328125 scan_time: 110400000.000000

This causes problems in the rest of the code, as well as rviz. Any idea on what might be causing this? I've traced the code and I can't see it. Thanks!