Page 1 of 1

marker trajectory after IK processing

Posted: Thu May 12, 2016 4:03 am
by fabienleboeuf
Hi

I would like to get marker trajectory after inverse kinematics.
How can i do both in the GUI and python API

regards

Fabien

Re: marker trajectory after IK processing

Posted: Thu May 12, 2016 7:59 am
by fabienleboeuf
ok

if i use in my IK setup xml the node :
<report_marker_locations> as true.

the system reported data in a sto file.
I prefer a trc file. can i convert a sto in a trc file ?

regards

Re: marker trajectory after IK processing

Posted: Thu May 12, 2016 11:20 pm
by mitkof6
Hi,

As far as I know you can't convert it, although it will not be so hard to make your own converter. If you are using Matlab, there is a useful script for reading .sto files.

https://dl.dropboxusercontent.com/u/505 ... dColData.m

Best

Re: marker trajectory after IK processing

Posted: Sat May 14, 2016 1:35 am
by fabienleboeuf
thank Jim for your code.

I have found the way to collect "sto" data though the python api.
i am about to implement a python converter.
Best

fabien