v0.23.0
ModelPredictiveControl v0.23.0
BREAKING CHANGES
preparestate!should be called before solving the MPC optimization withmoveinput!- current form by default for all
StateEstimator ymkeyword argument ofmoveinput!removed (was only forInternalModel, I now use the newpreparestate!method)MovingHorizonEstimatoradvanced constructor (with complete covariance matrices):covestimandoptimare now keyword arguments instead of positional arguments.
Changelog
- added: current form for all
StateEstimatorexceptMovingHorizonEstimator, to improve accuracy and closed-loop robustness - reduce allocation for
SimModelandStateEstimatorinstances by using internal buffers - multiple doc correction
Merged pull requests:
- minor doc correction (#87) (@franckgaga)
- minor doc additions (#88) (@franckgaga)
- added: support for the current form for all the state estimators (#90) (@franckgaga)
- Reduce allocations by avoiding
emptyfor defaultdargument (#91) (@franckgaga) - added:
SimModelBufferandStateEsimatorBufferobjects to reduce the allocations (#92) (@franckgaga)