-
Notifications
You must be signed in to change notification settings - Fork 1k
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
IKFast vs ur_kinematics #341
Comments
It's interesting that you post this, as
This confuses me, as that is already part of the IKFast plugin wrapper (see here). |
To structure this a bit: can you point to some of the things that you see missing in the IKFast wrappers that |
The ur_kinematics package is able to recognize if there are additional links in the group that aren't part of the ur chain and transforms input poses from the world frame to the appropriate frame for the analytic solution. The relevant code for these transformations here. |
I have been working on porting some features available in the ur_kinematics into the ikfast template so that all robots can benefit from the enhancements @kphawkins and the other contributors built into the ur_kinematics solver. It seems pretty clear that ur_moveit_plugin.cpp was heavily influenced by the ikfast generated templates. My question is beyond the obvious, what would be involved in porting the enhancements back into the ikfast template? I'm particularly interested in supporting the ability to use the robot arm as a subset of a kinematic chain but additional features like setRedundantJoints are interesting as well.
The text was updated successfully, but these errors were encountered: