Controller stepsize in Forward dynamics

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Yuichiro Omura
Posts: 44
Joined: Thu Apr 04, 2019 10:03 pm

Controller stepsize in Forward dynamics

Post by Yuichiro Omura » Mon Aug 01, 2022 5:45 am

Hi,
In the forward dynamics of OpenSim, I understand that an integrator integrates with variable stepsize based on parameters (e.g., maximum step size, minimum step size, and accuracy) in simulations.
Is the controller step size the same as the integrator step size, which means the controller outputs muscle activation in each step?
If so, is the frequency of the controller's control not constant?

Best regards,
Yuichiro

Tags:

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

Re: Controller stepsize in Forward dynamics

Post by Thomas Uchida » Mon Aug 01, 2022 9:47 am

If you're using a controller implemented as a plug-in, the plug-in developer may have included a delay, zero-order hold, etc. However, by default, the control signals will be computed at each integration time step.

POST REPLY