Page 1 of 1
acivationdynamics on torque actuator
Posted: Tue Mar 31, 2020 1:41 am
by ostr1969
how can i apply activation dynamics (FirstOrderMuscleActivationDynamics) to torque actuator?
Re: acivationdynamics on torque actuator
Posted: Wed Apr 01, 2020 1:29 am
by mitkof6
The torque actuators that currently exist within OpenSim do not have an activation dynamics stage, meaning that the input directly affects the torque. If you want to create a new type of actuator, then you have to implement your own plugin. You can look into the OpenSim user guide for information on how to create your own plugins.
https://simtk-confluence.stanford.edu/d ... ng+Plugins
Re: acivationdynamics on torque actuator
Posted: Wed Apr 01, 2020 9:51 am
by chrisdembia
The next release of OpenSim will contain a CoordinateActuator with first-order activation dynamics; "ActivationCoordinateActuator". See
https://github.com/opensim-org/opensim-core/pull/2699.