acivationdynamics on torque actuator

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
barak ostraich
Posts: 42
Joined: Thu Apr 12, 2018 12:17 am

acivationdynamics on torque actuator

Post by barak ostraich » Tue Mar 31, 2020 1:41 am

how can i apply activation dynamics (FirstOrderMuscleActivationDynamics) to torque actuator?

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: acivationdynamics on torque actuator

Post by Dimitar Stanev » Wed Apr 01, 2020 1:29 am

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

User avatar
Christopher Dembia
Posts: 506
Joined: Fri Oct 12, 2012 4:09 pm

Re: acivationdynamics on torque actuator

Post by Christopher Dembia » Wed Apr 01, 2020 9:51 am

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.

POST REPLY