Hi
I am trying to convert experimental c3d data (from Qualisys) into OpenSim compatible files using c3d2opensim https://simtk.org/projects/c3d2opensim_btk
When I load the c3d file, it displays the path and file name, but when I run animation (to view the extracted c3d data), an error dialog appears and says "please load a c3d file''.
It normally has no problem when I loaded the Vicon c3d file, but somehow Qualisys c3d file is not loaded.
Does anyone know how to fix this problem?
Thanks,
H
converting c3d file using c3d2opensim
converting c3d file using c3d2opensim
- Attachments
-
- Capture1.PNG (79.7 KiB) Viewed 300 times
Re: converting c3d file using c3d2opensim
Hi Hyun,
Not sure if you're set on the approach you're using (it does look like you're using Matlab though), but I found the code available for importing data into Matlab on this page quite useful: https://simtk-confluence.stanford.edu:8 ... d%29+Files. This uses OpenSim's relatively new osimC3D class/object and has a number of associated methods that allow you to get marker and force data from the c3d file. Combined with things like the TRC and STO File Adapter classes it can be quite useful for converting your data.
Aaron
Not sure if you're set on the approach you're using (it does look like you're using Matlab though), but I found the code available for importing data into Matlab on this page quite useful: https://simtk-confluence.stanford.edu:8 ... d%29+Files. This uses OpenSim's relatively new osimC3D class/object and has a number of associated methods that allow you to get marker and force data from the c3d file. Combined with things like the TRC and STO File Adapter classes it can be quite useful for converting your data.
Aaron