Output marker error data inverse kinematics tool

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Tom Augenstein
Posts: 38
Joined: Thu May 03, 2018 8:19 am

Output marker error data inverse kinematics tool

Post by Tom Augenstein » Tue Aug 14, 2018 10:14 am

Is there a way to output/view the marker position error log from the inverse kinematics tool?

Tags:

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Output marker error data inverse kinematics tool

Post by jimmy d » Thu Aug 16, 2018 9:28 am

No, the tool doesn't write those to file. You can add a tag to the Setup file for <reportMarkerLocations> true </reportMarkerLocations> which will write a file with all the model marker locations- you could then do the error calculation in Matlab.

Otherwise, you could use the IKSolver directly. A (somewhat) working example is here

POST REPLY