osimTableFromStruct(markerStruct)

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Arash Mohammadzadeh Gonabadi
Posts: 34
Joined: Sun Sep 10, 2017 10:44 am

osimTableFromStruct(markerStruct)

Post by Arash Mohammadzadeh Gonabadi » Thu Jan 10, 2019 10:57 am

Hello,

I noticed that this command for markers does not work well:

osimTableFromStruct(markerStruct)

I tried to modify the markers and then convert them to the table and add to the final version for printing to "mot" files. It does not work for just the marker structure.
I did modify the code for GRF and it WORKS well.
The only problem is just for markers.
I need to mention that before runiing that command I extract the structures by:

[markerStruct, forceStruct] = c3d.getAsStructs();

Thank you.

Best,
Arash

User avatar
Colin Smith
Posts: 53
Joined: Fri Feb 24, 2012 11:50 am

Re: osimTableFromStruct(markerStruct)

Post by Colin Smith » Thu Jan 24, 2019 8:27 am

I think the forum community can be helpful for you if you clarify exactly what errors you are getting and/or upload the code and input files you are having issues with.

This might be helpful for you:
https://github.com/opensim-org/opensim-core/issues/2389

POST REPLY