-
Notifications
You must be signed in to change notification settings - Fork 111
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
RSDK-867 create passthrough to use UR's planning for MoveToPosition calls #1579
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One update needed, one thing to look at, but otherwise looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Clean up URARmConnect structure
For security reasons, this PR must be labeled with |
This PR adds a config attribute for the UR5 arm model that if set to be true will allow the arm to use UR's custom built planning rather than the default RDK motion planning.
Before creating this PR I tested the code on the physical arm and confirmed that it works as expected.