Skip to content

solve whole Body inverse kinematics with iKin / Cartesian Solver #71

Answered by traversaro
KevinAStein asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @KevinAStein ,
at the moment the iKin Cartiasian Solver (whose logic is implemented in the iKinSlv http://wiki.icub.org/brain/group__iKinSlv.html ) is designed for solving the inverse kinematics of kinematic chains.

In particular when you ask for a given pose of of the left foot, you are (implicitly) asking for a given pose of the left foot with respect to the root link of the robot. In other words, you are considering the chain connecting the root_link to the l_foot link. To solve this problem, the cartesian solver returns a joint configuration of only the joints belonging to the left leg chain.

A possible workaround is to consider the chain going from the left foot to the right foot.…

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #71 on December 08, 2020 16:06.