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 far as I can tell from inspecting the code and the API documentation, timestamps are unavailable for all of the sensor streams. Is this true? If so are there any plans to provide timestamps for sensor streams (especially the camera)?
The jitter on the received times of the camera and other sensors is quite significant, on the order of the expected time interval between samples, which limits what you can do with this API considerably.
The timestamps don't need to be synchronized to some global clock, they would still be very helpful if they were just relative to the time the robot powered on.
The text was updated successfully, but these errors were encountered:
As far as I can tell from inspecting the code and the API documentation, timestamps are unavailable for all of the sensor streams. Is this true? If so are there any plans to provide timestamps for sensor streams (especially the camera)?
The jitter on the received times of the camera and other sensors is quite significant, on the order of the expected time interval between samples, which limits what you can do with this API considerably.
The timestamps don't need to be synchronized to some global clock, they would still be very helpful if they were just relative to the time the robot powered on.
The text was updated successfully, but these errors were encountered: