fym.BaseEnv.set_dot¶
- BaseEnv.set_dot(time, *args)[source]¶
Overwrite this method with a custom method.
Note that
*argsare fixed during integration. If you want to time-varying variables, i.e. state feedback control inputs, or time-varying commands, you should use exogeneous methods taking time or states where the states can be obatined byself.system.state.- Parameters
- timefloat
The current time.