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
Controller stepsize in Forward dynamics
- Yuichiro Omura
- Posts: 44
- Joined: Thu Apr 04, 2019 10:03 pm
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: Controller stepsize in Forward dynamics
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.