We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fec2f1 commit bcb54fdCopy full SHA for bcb54fd
src/estimator/kalman.jl
@@ -103,7 +103,7 @@ SteadyKalmanFilter state estimator with a sample time Ts = 0.5 s and:
103
104
# Extended Help
105
The model augmentation with `nint_ym` vector produces the integral action when the estimator
106
-is used in a controller as state feedback (a.k.a. offset-free control). The default is 1
+is used in a controller as state feedback (a.k.a. offset-free tracking). The default is 1
107
integrator per measured outputs. More than 1 integrator is interesting only when `model` is
108
integrating or unstable, or when the unmeasured output disturbances are "ramp-like". See
109
[`augment_model`](@ref).
0 commit comments