|
|
|
|
|
by sgillen
180 days ago
|
|
We don't use NTP, but for robotics, stereo camera synchronization we often want the two frames to be within ~10us of eachother. For sensor fusion we then also need a lidar on PTP time to be translated to the same clock domain as cameras, for which we also need <~10us. We actually disable NTP entirely (run it once per day or at boot) to avoid clocks jumping while recording data. |
|
This doesn't seem right to me. NTP with default settings should be monotonic. So no jumps. If you disable it Linux enters 11-minute mode, IIRC, and that may not be monotonic.