v1.1.0
ModelPredictiveControl v1.1.0
- added: support for custom nonlinear inequality constraints
gc
inNonLinMPC
- added: call
JE
andgc
once inNonLinMPC
constructor and show stacktrace if it fails (to guide the user) - doc: additional details on vector dimensions
- doc: documents the dummy function
plot_recipe
instead ofplot
to avoid confusion - tests: new test for custom nonlinear constraint violation
Merged pull requests:
- Added: support for custom nonlinear constraints
gc
inNonLinMPC
(#118) (@franckgaga) - Avoid introducing MPC.plot (#120) (@baggepinnen)
- Custom constraints : add tests (#128) (@franckgaga)
Closed issues:
- plot not working (#119)