Page 1 of 1

APDM csv to OpenSense

Posted: Thu Oct 01, 2020 9:34 am
by lhealey
Hi there,

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)
Is there an easy fix to properly format my data?

Thanks!
Laura

Re: APDM csv to OpenSense

Posted: Mon Apr 26, 2021 8:19 pm
by issonia
Hi,
may I ask if there is any solution to your problem?
Thanks for your reply.