StateFeedback¶
-
class
do_mpc.estimator.StateFeedback(model)[source]¶ Simple state-feedback “estimator”. The main method
StateFeedback.make_step()simply returns the input. Why do you even bother to use this class?Attributes
StateFeedback.t0Current time marker of the class. StateFeedback.u0Initial input and current iterate. StateFeedback.x0Initial state and current iterate. StateFeedback.z0Initial algebraic state and current iterate. Methods
StateFeedback.make_stepReturn the measurement y0.StateFeedback.reset_historyReset the history of the estimator
This page is auto-generated. Page source is not available on Github.