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
As reported by @iportolesrb , there is a timing issue when we set adjust_ros_timestamp to true in PCs with NTP clock adjustment.
ROS time uses the system clock, which can be moved backwards by NTP or a similar time synchronization protocol. We are using ROS time to calculate the appropriate timestamp, depending on the sensor timestamp, the ROS timestamp, and the average difference of times for the last messages.
Whenever the system clock is moved backwards, the topic will be published with a previous timestamp. This should not happen and breaks some systems (such as our 3D SLAM system).
As reported by @iportolesrb , there is a timing issue when we set adjust_ros_timestamp to true in PCs with NTP clock adjustment.
ROS time uses the system clock, which can be moved backwards by NTP or a similar time synchronization protocol. We are using ROS time to calculate the appropriate timestamp, depending on the sensor timestamp, the ROS timestamp, and the average difference of times for the last messages.
Whenever the system clock is moved backwards, the topic will be published with a previous timestamp. This should not happen and breaks some systems (such as our 3D SLAM system).
Some references:
Current behavior:
The text was updated successfully, but these errors were encountered: