Inverse Dynamics with a .xml file

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
anna bicchi
Posts: 7
Joined: Mon Nov 25, 2019 1:34 pm

Inverse Dynamics with a .xml file

Post by anna bicchi » Mon Mar 15, 2021 2:15 am

Hi everyone!
I' trying to compute inverse dynamics using the cpp Api of opensim directly.
As I did for the scaling tool (through the class Scaletool which accept as input the setupscaletool .xml file) I'd like to do the same with inverse dynamics but I can't find the right function that accepts an .xml file.
Is there anyone who did this before?
Thank you in advance,
Anna :)

Tags:

User avatar
Thomas Uchida
Posts: 1778
Joined: Wed May 16, 2012 11:40 am

Re: Inverse Dynamics with a .xml file

Post by Thomas Uchida » Mon Mar 15, 2021 1:30 pm

Please see the "testID.cpp" file on GitHub for examples: https://github.com/opensim-org/opensim- ... testID.cpp.

POST REPLY