Search found 2 matches

by Gilles Dusfour
Sun Nov 19, 2023 12:13 pm
Forum: OpenSim
Topic: How to get marker coordinates from motion file
Replies: 3
Views: 2993

Re: How to get marker coordinates from motion file

I found a solution in python scripting for classic IK, you need to add the following line to your inverse_kinematic.py script : ik_tool.set_report_marker_locations(True) I'm trying to apply this technic for IMU inverse kinematic to follow the coordinates of specific points (markers) but I didn't fin...
by Gilles Dusfour
Sun Nov 19, 2023 11:16 am
Forum: OpenSim
Topic: How to get marker coordinates from motion file
Replies: 3
Views: 2993

Re: How to get marker coordinates from motion file

Hello Conrado,

I'm facing the same issue.
Did you find a solution in python?

Regards,
Gilles