Closed kennyjchen closed 2 years ago
Thanks for your notice. The default time unit is set according to our tested datasets. You could modify it to fit your applications.
Understood, thanks very much.
FYI for all -- the official ROS driver for Velodyne sensors timestamps points in units of seconds: https://github.com/ros-drivers/velodyne/blob/master/velodyne_pointcloud/src/lib/rawdata.cc#L655
In
config/velodyne.yaml
,timestamp_unit
should be0
since Velodyne pointwise timestamps are in seconds, not microseconds. Thanks.