Error when converting c3d to trc, grf, and mot

Provides tools for using different aspects of Opensim within the Matlab environment, including command line pipelines as well as accessing the Opensim API directly.
POST REPLY
User avatar
Mritula Chandrasekaran
Posts: 94
Joined: Tue Dec 19, 2017 5:36 am

Error when converting c3d to trc, grf, and mot

Post by Mritula Chandrasekaran » Thu Nov 28, 2019 6:05 am

Hi,
I am getting the following error when I am trying to convert my c3d files to opensim compatible files. But the example works good. Can you help me on this.

Error:
Reference to non-existent field 'MARKER_SETS'.

Error in btk_loadc3d (line 161)
sub_info.MarkerSet = md.children.SUBJECTS.children.MARKER_SETS.info.values{1};

Error in opensim_walking_pipeline (line 29)
data = btk_loadc3d([pname, fname], 10);

Specs:
Opensim 4.0
Windows 10.
Opensim bin folder in Environmental Variables-> Path

Thanks,
Mritula

POST REPLY