APDM csv to OpenSense

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Laura Healey
Posts: 2
Joined: Fri Apr 17, 2020 9:59 am

APDM csv to OpenSense

Post by Laura Healey » Thu Oct 01, 2020 9:34 am

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

Tags:

User avatar
huihui wang
Posts: 5
Joined: Mon Apr 12, 2021 5:13 am

Re: APDM csv to OpenSense

Post by huihui wang » Mon Apr 26, 2021 8:19 pm

Hi,
may I ask if there is any solution to your problem?
Thanks for your reply.

POST REPLY