Error in executing Inverse Kinematics

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Kanishk Sood
Posts: 6
Joined: Sun Aug 06, 2017 11:05 pm

Error in executing Inverse Kinematics

Post by Kanishk Sood » Thu Sep 14, 2017 11:28 pm

Error.jpg
Error.jpg (178.13 KiB) Viewed 316 times
Hello Everyone!
While executing the Inverse Kinematics tool on my scaled model I am getting an error, the text of which is in the messages pane in the file attached. Kindly explain this error and why has it come up. What can be done to run the IK tool successfully.
Thank You

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

Re: Error in executing Inverse Kinematics

Post by Thomas Uchida » Mon Sep 18, 2017 2:03 am

Kindly explain this error and why has it come up. What can be done to run the IK tool successfully.
This exception is thrown when evaluating the objective function (see https://github.com/simbody/simbody/blob ... r.cpp#L224). I believe this issue can arise when you are attempting to track the trajectories of zero markers, in which case the objective function is undefined. Please see Tutorial 3 - Scaling, Inverse Kinematics, and Inverse Dynamics (https://simtk-confluence.stanford.edu/d ... e+Dynamics) and the pages of the User's Guide that describe the Inverse Kinematics Tool (https://simtk-confluence.stanford.edu/d ... Kinematics).

User avatar
Kanishk Sood
Posts: 6
Joined: Sun Aug 06, 2017 11:05 pm

Re: Error in executing Inverse Kinematics

Post by Kanishk Sood » Wed Sep 20, 2017 11:43 am

Thank you Tom for your answer.

POST REPLY