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!
IK with joint angles
- Marcelline Dechenaud
- Posts: 1
- Joined: Wed Feb 19, 2020 3:05 pm
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: IK with joint angles
The objective of IK is to compute joint angles; if you already know the joint angles, then there is no need to run IK.
- Christopher Dembia
- Posts: 506
- Joined: Fri Oct 12, 2012 4:09 pm
Re: IK with joint angles
Nonetheless, you can add IKCoordinateTasks to your IKTaskSet to track individual coordinates; perhaps you want to track only some coordinates.