Open
Description
In my code, I get several commands from my controller and then send them to the xArm with the set_position
function. However, the commands seem to be added to a cache, making all the processes super slow (even continuing after the script stops).
I couldn't find a function to discard all previous commands before sending a new one. Is there a way to do it?
For the problem with the robot moving after the script stops, I guess I can call the reset
function in the destructor.
Metadata
Metadata
Assignees
Labels
No labels