v1.6.0
ModelPredictiveControl v1.6.0
- added: general performance boost of
NonLinMPCandMovingHorizonEstimatorusingvalue_and_gradient!/jacobian!ofDifferentiationInterface.jlinstead of individual calls (similar toDiffResults.jlgoal) 🚀🚀🚀 - added:
setstate!now allows manual modifications of the estimation error covariance$\mathbf{\hat{P}}$ (if computed by the estimator)
Merged pull requests:
- added:
setstate!now allows estimation covarianceP̂modification (if applicable) (#192) (@franckgaga) - doc: minor corrections (#196) (@franckgaga)
- Added:
NonLinMPCandMovingHorizonEstimatornow usevalue_and_gradient!/jacobian!of DI.jl (#197) (@franckgaga)
Closed issues:
- Precompilation is failing (#195)