Output marker error data inverse kinematics tool
- Tom Augenstein
- Posts: 38
- Joined: Thu May 03, 2018 8:19 am
Output marker error data inverse kinematics tool
Is there a way to output/view the marker position error log from the inverse kinematics tool?
Tags:
Re: Output marker error data inverse kinematics tool
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
Otherwise, you could use the IKSolver directly. A (somewhat) working example is here