Page 1 of 1

How to get Centre of Mass

Posted: Thu Mar 07, 2024 11:56 am
by 4zajmonn
Hi,
I would like to know how to gain full body center of mass and joint power. I used Analysis Tool but it didn't work. Please, help!

Re: How to get Centre of Mass

Posted: Sat Mar 09, 2024 3:11 am
by tkuchida
I would like to know how to gain full body center of mass and joint power. I used Analysis Tool but it didn't work.
These are both Outputs:
- OpenSim::Model::com_position (https://simtk.org/api_docs/opensim/api_ ... 6cfabfadb8)
- OpenSim::Joint::power (https://simtk.org/api_docs/opensim/api_ ... 244213598a)
You should be able to report these using an OutputReporter (see the "Getting Started with Analyses" page in the documentation, https://simtk-confluence.stanford.edu:8 ... h+Analyses).