You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
in the func of “bool sync_packages(MeasureGroup &meas)” ,
lidar_end_time = meas.lidar_beg_time + meas.lidar->points.back().curvature / double(1000);
Why curvature divided by 1000 is the interval time?
The text was updated successfully, but these errors were encountered:
Hi,
in the func of “bool sync_packages(MeasureGroup &meas)” ,
lidar_end_time = meas.lidar_beg_time + meas.lidar->points.back().curvature / double(1000);
Why curvature divided by 1000 is the interval time?
The text was updated successfully, but these errors were encountered: