fym.BaseEnv.set_dot

BaseEnv.set_dot(time, *args)[source]

Overwrite this method with a custom method.

Note that *args are 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 by self.system.state.

Parameters
timefloat

The current time.