*.c3d file exporting
Posted: Thu Aug 29, 2019 10:47 am
Hello,
I am using c3dExport.m in the OpenSim Matlab Scripts directory.
On some of my *.c3d files it appears to be working correctly, writing test-data.trc
On others, I have an issue with:
tables = C3DFileAdapter().read(path2c3d, ForceLocation);
The error is:
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)
Could anyone provide any insight into this issue?
I am using c3dExport.m in the OpenSim Matlab Scripts directory.
On some of my *.c3d files it appears to be working correctly, writing test-data.trc
On others, I have an issue with:
tables = C3DFileAdapter().read(path2c3d, ForceLocation);
The error is:
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)
Could anyone provide any insight into this issue?