-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pause after each move_circle command #85
Comments
Hi @WWimshurst, wait=False is only effective for Straight Line and joint space motions. For your case, you can try the API For example:
|
Great, thanks again @penglongxiang ! |
I have a complex curving path (see below) for the XArm5 robot that has been created in CAD. In my script there are sequential, move_circle commands used to complete the path. However, after each move_circle command, the robot pauses, despite the wait =false parameter. Is this a limitation of the move_circle command?
The text was updated successfully, but these errors were encountered: