marker trajectory after IK processing

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Fabien Leboeuf
Posts: 17
Joined: Thu Sep 20, 2007 5:26 am

marker trajectory after IK processing

Post by Fabien Leboeuf » Thu May 12, 2016 4:03 am

Hi

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

regards

Fabien

User avatar
Fabien Leboeuf
Posts: 17
Joined: Thu Sep 20, 2007 5:26 am

Re: marker trajectory after IK processing

Post by Fabien Leboeuf » Thu May 12, 2016 7:59 am

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

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: marker trajectory after IK processing

Post by Dimitar Stanev » Thu May 12, 2016 11:20 pm

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

User avatar
Fabien Leboeuf
Posts: 17
Joined: Thu Sep 20, 2007 5:26 am

Re: marker trajectory after IK processing

Post by Fabien Leboeuf » Sat May 14, 2016 1:35 am

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

POST REPLY