Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 21:01
· 58 commits to main since this release
03cb818

ModelPredictiveControl v1.7.0

Diff since v1.6.2

  • added: ManualEstimator to turn off built-in state estimation and provide your own estimate

Merged pull requests:

  • added: ManualEstimator to turn off built-in state estimation (#206) (@franckgaga)
  • changed: moved lastu0 inside PredictiveController objects (#208) (@franckgaga)
  • Added tests and improve doc for ManualEstimator (#209) (@franckgaga)

Closed issues:

  • Create a CustomEstimator to ease interfacing with Low-level particle filter package (#142)
  • Support nonlinear estimator with linear model predictive control (#205)