OpenSense APDM Reader Issues
Posted: Thu Nov 19, 2020 12:34 pm
I have been trying to use both MatLab and the OpenSim command-line to be able to read in APDM IMU sensor data. The issue I am having is that MatLab will crash anytime I run the script provided from https://simtk-confluence.stanford.edu/d ... dapdmfiles).
I have tried it with both my own data and set-up file, as well as the example files provided at the link above. Both result in MatLab crashing. The message that appears before it closes states: "MatLab has encountered an internal problem and needs to close". This error only occurs when running this script.
I have also tried using the command-line in OpenSim, this results in an error as well:
Jython Interactive Console
>>> opensense -ReadAPDM exampleAPDM_Data.csv exampleAPDM_Settings.xml
File "<input>", line 1
opensense -ReadAPDM exampleAPDM_Data.csv exampleAPDM_Settings.xml
^
SyntaxError: mismatched input 'exampleAPDM_Data' expecting NEWLINE
>>>
I have double checked my paths and all the files are located properly. I have also run through the MatLab set-up and successfully accessed the OpenSim library without any issues before. The OpenSim bin folder is my primary path in my environment settings as well.
I am still new to a majority of OpenSim and it is likely that there is a small detail I am missing causing this issue. Any help would be appreciated,
Thanks!
I have tried it with both my own data and set-up file, as well as the example files provided at the link above. Both result in MatLab crashing. The message that appears before it closes states: "MatLab has encountered an internal problem and needs to close". This error only occurs when running this script.
I have also tried using the command-line in OpenSim, this results in an error as well:
Jython Interactive Console
>>> opensense -ReadAPDM exampleAPDM_Data.csv exampleAPDM_Settings.xml
File "<input>", line 1
opensense -ReadAPDM exampleAPDM_Data.csv exampleAPDM_Settings.xml
^
SyntaxError: mismatched input 'exampleAPDM_Data' expecting NEWLINE
>>>
I have double checked my paths and all the files are located properly. I have also run through the MatLab set-up and successfully accessed the OpenSim library without any issues before. The OpenSim bin folder is my primary path in my environment settings as well.
I am still new to a majority of OpenSim and it is likely that there is a small detail I am missing causing this issue. Any help would be appreciated,
Thanks!