difference with KDL or trac_ik #127
huiwenzhang
started this conversation in
General
Replies: 1 comment
-
I'm not familiar with KDL. Out of curiosity, I searched for its documentation (finding this link), but it doesn't explain the IK algorithm they chose. Next, I went to the code and found the following source files:
From this, I would guess Pink has the following additional features compared to KDL:
You can find examples of each of these features in the examples directory. What is your experience with KDL? Feel free to correct me if I'm wrong after this quick examination of that library. Do you see some features that KDL has and that Pink doesn't? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
The method looks like very similar to KDL's ik solution, which use the Jacobian to compute a delta q, then iterates to the goal configuration. trac_ik improves the solution quality by handling the joint limts with SQP. This library seems to use the same idea. Any difference there?
Beta Was this translation helpful? Give feedback.
All reactions