v1.1.2
ModelPredictiveControl v1.1.2
- added: save some computations in
NonLinMPCwithT_lastufield instead ofT_lastu0 - changed: moved all controller weights in
mpc.weightsstruct to improve code re-use - test: improve constraint violation tests (verify the whole horizons, use distinct lower and upper bounds)
- test: new custom constraint violation tests that use
Ueargument - doc: added a custom nonlinear constraint example on the motor power in the manual
- doc: various improvements
Merged pull requests:
- added: save some
NonLinMPCcomputations withT_lastuinstead ofT_lastu0for input conversion (#133) (@franckgaga) - doc: minor correction (#134) (@franckgaga)
- Doc: nonlinear custom constraint example on the motor in the manual (#135) (@franckgaga)