v1.3.0
ModelPredictiveControl v1.3.0
- added: show
getinfodictionary in the debug log if activated (instead of only the solution summary ofJuMP) - added: show tips about debug log in the optimization warning and error messages
- debug: fallback if
MovingHorizonEstimatorarrival covariance update fails (keep the old one) - changed: covariance matrix inversion with
choleskyinstead ofinvinMovingHorizonEstimator(invinternally useslu)
Merged pull requests:
- doc: torques constraints AND power constraint in the example (manual) (#150) (@franckgaga)
- debug: fallback if
MovingHorizonEstimatorarrival covariance update fails (#151) (@franckgaga) - added: call
getinfowhen debug logging is activated and not solved (#152) (@franckgaga)
Closed issues:
- Error on execution of doc example (#146)