-
Notifications
You must be signed in to change notification settings - Fork 345
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
Added ConvertIkParameterization utility (and cleaned GetIkParameterization) #910
base: production
Are you sure you want to change the base?
Conversation
note: I tested that code in testopenrave's (new) test_ikparamconversion.py. It is ready for review. |
note2: robottask part is actually tested as well. I'll unwip that once this MR is done. |
how this MR going? |
pipelineid=256370 |
@rdiankov @kanbouchou This blocks a MR in planningcommon. |
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.
looks good, shall we merge?
because we need to convert 6D ik to 4D ik in some cases.
by the way it is arguable whether to put ConvertIkParameterization under Manipulator or under Robot.