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
The timestamp value is the microseconds elapsed since the controller box boot-up.
It would be the user program to do the value comparison and synchronization. However if the host computer uses network clock sync mechanism, discontinuous time jump may occur.
The communication with gripper is less efficient (as an external peripheral) and not automatically done in real-time, so there is no gripper position info in the real-time report channel. You can periodically check the gripper status through our API: get_gripper_position().
The document here, explains the data format received from the robot over port 30000. Three questions:
timetamp
field in reference to? It's clearly not microseconds since epochThe text was updated successfully, but these errors were encountered: