IK with joint angles

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Marcelline Dechenaud
Posts: 1
Joined: Wed Feb 19, 2020 3:05 pm

IK with joint angles

Post by Marcelline Dechenaud » Tue Apr 14, 2020 12:24 pm

Hi everyone,

Is it possible to perform Inverse Kinematics using joint angles instead of markers coordinates? If yes, how can this be done?

Thank you very much for your help!

Tags:

User avatar
Thomas Uchida
Posts: 1793
Joined: Wed May 16, 2012 11:40 am

Re: IK with joint angles

Post by Thomas Uchida » Tue Apr 14, 2020 9:29 pm

The objective of IK is to compute joint angles; if you already know the joint angles, then there is no need to run IK.

User avatar
Christopher Dembia
Posts: 506
Joined: Fri Oct 12, 2012 4:09 pm

Re: IK with joint angles

Post by Christopher Dembia » Tue Apr 14, 2020 9:33 pm

Nonetheless, you can add IKCoordinateTasks to your IKTaskSet to track individual coordinates; perhaps you want to track only some coordinates.

POST REPLY