This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Asynchronous option? #38
charles-owen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now the API is synchronous; it does not return from the function until the robot operation is complete. This makes it difficult to write code where you may need to be updating the path regularly. Would it be possible to add an asynchronous option, where the function returns immediately as the robot continues to complete the command, perhaps with a callback when the operation it complete?
Beta Was this translation helpful? Give feedback.
All reactions