Page 1 of 1
Output marker error data inverse kinematics tool
Posted: Tue Aug 14, 2018 10:14 am
by tomaugenstein
Is there a way to output/view the marker position error log from the inverse kinematics tool?
Re: Output marker error data inverse kinematics tool
Posted: Thu Aug 16, 2018 9:28 am
by jimmy
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