Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 19:49
· 7 commits to main since this release
9e80002

ModelPredictiveControl v1.6.0

Diff since v1.5.3

  • added: general performance boost of NonLinMPC and MovingHorizonEstimator using value_and_gradient!/jacobian! of DifferentiationInterface.jl instead of individual calls (similar to DiffResults.jl goal) 🚀🚀🚀
  • 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 covariance modification (if applicable) (#192) (@franckgaga)
  • doc: minor corrections (#196) (@franckgaga)
  • Added: NonLinMPC and MovingHorizonEstimator now use value_and_gradient!/jacobian! of DI.jl (#197) (@franckgaga)

Closed issues:

  • Precompilation is failing (#195)