Why does the Inverse Kinematics Result depend on the default position of the model?
Thanks,
Brody
IK Dependent on Default Model Position?
- Brody Hicks
- Posts: 32
- Joined: Wed Jun 19, 2019 11:55 am
- Thomas Uchida
- Posts: 1798
- Joined: Wed May 16, 2012 11:40 am
Re: IK Dependent on Default Model Position?
InverseKinematicsSolver calls assemble() at the first time step, which finds the closest configuration of the model that meets the tracking goals at the first time step of the data. This optimization problem is nonlinear with many acceptable solutions in general (depending on the model, tolerance, goals, etc.), so the solution that is returned will depend on the initial guess in general.
- Brody Hicks
- Posts: 32
- Joined: Wed Jun 19, 2019 11:55 am
Re: IK Dependent on Default Model Position?
Thank you Thomas!