File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ default, [`LinMPC`](@ref) controllers use [`OSQP`](https://osqp.org/) to solve t
7676soft constraints on output predictions `` \mathbf{ŷ} `` to ensure feasibility, and a
7777[ ` SteadyKalmanFilter ` ] ( @ref ) to estimate the plant states. An attentive reader will also
7878notice that the Kalman filter estimates two additional states compared to the plant model.
79- These are the integrating states for the unmeasured plant disturbances, and they are
80- automatically added to the model outputs by default if feasible (see [ ` SteadyKalmanFilter ` ] ( @ref )
79+ These are the integrators for the unmeasured plant disturbances, and they are automatically
80+ added to the model outputs by default if feasible (see [ ` SteadyKalmanFilter ` ] ( @ref )
8181for details).
8282
8383Before closing the loop, we call [ ` initstate! ` ] ( @ref ) with the actual plant inputs and
You can’t perform that action at this time.
0 commit comments