Checking Reserve Actuator Activity

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Ryan Chhiba
Posts: 1
Joined: Sun Dec 26, 2021 10:01 am

Checking Reserve Actuator Activity

Post by Ryan Chhiba » Tue Oct 08, 2024 7:36 pm

This may be a dumb question, but from my understanding, you should be able to see the force of the reserve actuators in the force.sto file outputted during Static Optimization. Based on the headers there are muscle forces, offset forces, joint movements, and the external forces. How do you know which one refers to the reserve actuators?

Tags:

User avatar
Mohammadreza Rezaie
Posts: 407
Joined: Fri Nov 24, 2017 12:48 am

Re: Checking Reserve Actuator Activity

Post by Mohammadreza Rezaie » Wed Oct 23, 2024 8:25 am

Hi, the names of the reserve actuators are specified in your actuator file, or in your model's forceset.
Here is an example of an actuators file in Rajagopal2016 model: https://github.com/opensim-org/opensim- ... rs.xml#L99
And this is the model's coordinate actuators:
Untitled.png
Untitled.png (18.28 KiB) Viewed 234 times
Based on the headers there are muscle forces, offset forces, joint movements, and the external forces.
The StaticOptimization_force and _activity files do not contain joint movements, so they are likely your reserve actuators.

Hope this helps.

POST REPLY