How to get Centre of Mass

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Szymon Niemiec
Posts: 3
Joined: Wed Nov 29, 2023 4:17 pm

How to get Centre of Mass

Post by Szymon Niemiec » Thu Mar 07, 2024 11:56 am

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!

Tags:

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

Re: How to get Centre of Mass

Post by Thomas Uchida » Sat Mar 09, 2024 3:11 am

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).

POST REPLY