Skip to content
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

Extend the IK to implement the hierarchical quadratic program (HQP) technique #529

Open
GiulioRomualdi opened this issue Apr 23, 2022 · 1 comment

Comments

@GiulioRomualdi
Copy link
Member

It would be nice to design a new concrete implementation for the IK to consider hierarchical quadratic program as in https://hal.archives-ouvertes.fr/hal-00751924/document.

As far as I know there has been no open source IK-HQP solver available. https://github.com/tasts-robots/pink and https://github.com/stephane-caron/pymanoid tries the emulate the prioritization by choosing a specific set of weights in the cost function (that's similar to what we have in blf)

Thanks to this it will be possible to clearly exploit the task prioritization in the framework, and mimic the null space jacobian task priority method

Additional info: https://scaron.info/robot-locomotion/inverse-kinematics.html

@GiulioRomualdi GiulioRomualdi changed the title Extend the IK to implement hierarchical quadratic program (HQP) technique Extend the IK to implement the hierarchical quadratic program (HQP) technique Apr 23, 2022
@GiulioRomualdi
Copy link
Member Author

This work is also interesting: https://hal.archives-ouvertes.fr/hal-00486755v2/document

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant