I am working with APDM sensors trying to get my data to read into OpenSense (using Matlab R2019b scripting on a Mac). I can get the example data to work, however it seems that the APDM csv files are now output in a different configuration than in the example data (or at least mine are for some reason). I have tried making my data the same format as the example data (ie making the same header names) however I am getting an error:
Code: Select all
Java exception occurred:
java.lang.RuntimeException: Table does not have metadata for 'header'.
Thrown at APDMDataReader.cpp:130 in extendRead().
at org.opensim.modeling.opensimCommonJNI.DataAdapter_read(Native Method)
at org.opensim.modeling.DataAdapter.read(DataAdapter.java:48)
Thanks!
Laura