Inverse Kinematics solutions buil on top of pinocchio #1603
Unanswered
JonathanKuelz
asked this question in
Q&A
Replies: 3 comments 5 replies
-
Have you tried https://github.com/stack-of-tasks/tsid ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can also have a look at that file that implements several strategies: |
Beta Was this translation helpful? Give feedback.
0 replies
-
@JonathanKuelz Could you quickly summarize which kind of IK problems you aim to solve (soft tasks, hard tasks aka constraints, etc.) ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello together,
first of all, thanks a lot for providing this amazing library! I started working with it a month ago and it's a pleasure to work with. Currently, I am looking for a way to solve inverse kinematics faster than I do right now - I am using pinocchio via the python bindings, so my current solution is using scipy's optimize.minimize to solve the inverse kinematics, but I am certain there are better ways to do so.
I have browsed though the issues, but I only learnt that pinocchio intentionally does not contain ik-solvers, but there seem to be libraries / projects that are built on top of pinocchio that do. I checked the stack-of-task repos, but was not succesfull with my search. I was wondering whether anyone could point me to a project implementing inverse kinematics efficiently on top of pinocchio. Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions