v0.19.0
ModelPredictiveControl v0.19.0
BREAKING CHANGE
NonLinModel
constructor now supposes continuous dynamics by default. Use solver=nothing
for discrete-time models.
changelog:
- added: support for
NonLinModel
with continuous dynamics - added: 4th order Runge-Kutta solver with 0 allocation
- doc: the pendulum example now use the built-in Runge-Kutta solve
- added some tests with continuous
NonLinModel
Merged pull requests:
- starting support of continuous
NonLinModel
(RK4 only for now) (#38) (@baggepinnen)