Estimator¶
-
class
do_mpc.estimator.Estimator(model)[source]¶ The Estimator base class. Used for
StateFeedback,EKFandMHE. This class cannot be used independently.Note
The methods
Estimator.set_initial_state()andEstimator.reset_history()are overwritten when using theMHEby the methods defined indo_mpc.optimizer.Optimizer.Attributes
Estimator.t0Current time marker of the class. Estimator.u0Initial input and current iterate. Estimator.x0Initial state and current iterate. Estimator.z0Initial algebraic state and current iterate. Methods
Estimator.reset_historyReset the history of the estimator
This page is auto-generated. Page source is not available on Github.