Error while reading .c3d file using Matlab Script
Posted: Sun Feb 24, 2019 12:36 am
Hi,
I am very new to OpenSim4.0.
I am unable to read a .c3d file using the Matlab script. Please help me in translating the c3d file in OpenSim format. Thank you.
The error msg reads:
>> c3dExport
[BTK WARNING] test.c3d - The number of blocks to be read in the parameter section is different than the number of blocks read. The value kept is the number of blocks read.
Error using osimC3D (line 65)
Java exception occurred:
java.lang.RuntimeException: invalid map<K, T> key
at org.opensim.modeling.opensimCommonJNI.C3DFileAdapter_read__SWIG_2(Native Method)
at org.opensim.modeling.C3DFileAdapter.read(C3DFileAdapter.java:82)
Error in c3dExport (line 35)
c3d = osimC3D(c3dpath,1);
>>
I am very new to OpenSim4.0.
I am unable to read a .c3d file using the Matlab script. Please help me in translating the c3d file in OpenSim format. Thank you.
The error msg reads:
>> c3dExport
[BTK WARNING] test.c3d - The number of blocks to be read in the parameter section is different than the number of blocks read. The value kept is the number of blocks read.
Error using osimC3D (line 65)
Java exception occurred:
java.lang.RuntimeException: invalid map<K, T> key
at org.opensim.modeling.opensimCommonJNI.C3DFileAdapter_read__SWIG_2(Native Method)
at org.opensim.modeling.C3DFileAdapter.read(C3DFileAdapter.java:82)
Error in c3dExport (line 35)
c3d = osimC3D(c3dpath,1);
>>