v0.20.2
ModelPredictiveControl v0.20.2
- added: print info on controller and estimator constraint softening (slack var.
ϵ
) - reduce allocations
LinMPC
,NonLinMPC
,MovingHorizonEstimator
- cleanup namespace with
import
s instead ofusing
s
Merged pull requests:
- Changed: avoid
collect
inNonLinMPC
andMovingHorizonEstimator
objective and constraints (#46) (@franckgaga) - changed: error handling one less alloc (#47) (@franckgaga)
- added: print info on controller and estimator constraints softening (#49) (@franckgaga)
- cleaning the namespace with
import
s instead ofusing
s (#50) (@franckgaga) - Namespace,
NonLinMPC
andMovingHorizonEsitimator
cleanup (#51) (@franckgaga)