The time_increment set at line 128 in the r2000 node is hard coded to 1/35.0f/float(scandata.distance_data.size()) (35hz frequency) even though the scan frequency can be set to a different value.
|
scanmsg.time_increment = 1/35.0f/float(scandata.distance_data.size()); |