LaserScan time_increment
Hey,
Following a previous question I was wondering what the time_increment in the LaserScan message is for.
The LaserScan.msg says:
float32 time_increment # time between measurements [seconds] - if your scanner
# is moving, this will be used in interpolating position
# of 3d points
However isn't this nothing more than scan_time / ranges.size() ? Seems a bit redundant? In addition, we had this value filled in and it for some reason caused our messages to receive a noticeable delay in rviz. Setting it back to 0 'fixed' this issue.
Best regards, Hans