rcl_interfaces icon indicating copy to clipboard operation
rcl_interfaces copied to clipboard

Additional Info for Time

Open i-and opened this issue 4 years ago • 0 comments

1 Synchronization Status. Time is often used for timestamps obtained based on global time. Maybe it makes sense to include in the Time type integral information about the synchronization status of the local clock at the moment of creating the timestamp? Variants of values: 0 - undefined state of sync, 1-there is synchronization with the Grandmaster with global clock (by GPS, NTP,....); 2-synchronization service on the slave is stopped/error; 3-there is no any synchronization (the slave does not receive synchronization events/messages); 4-there is synchronization with the Grandmaster , which is not synchronized with the global clock (no GPS signal, no NTP server); ...

i-and avatar Sep 09 '21 17:09 i-and