acivationdynamics on torque actuator
- barak ostraich
- Posts: 42
- Joined: Thu Apr 12, 2018 12:17 am
acivationdynamics on torque actuator
how can i apply activation dynamics (FirstOrderMuscleActivationDynamics) to torque actuator?
Tags:
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: acivationdynamics on torque actuator
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
https://simtk-confluence.stanford.edu/d ... ng+Plugins
- Christopher Dembia
- Posts: 506
- Joined: Fri Oct 12, 2012 4:09 pm
Re: acivationdynamics on torque actuator
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.