Skip to content

Commit bcb54fd

Browse files
committed
doc correction
1 parent 4fec2f1 commit bcb54fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/kalman.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ SteadyKalmanFilter state estimator with a sample time Ts = 0.5 s and:
103103
104104
# Extended Help
105105
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
106+
is used in a controller as state feedback (a.k.a. offset-free tracking). The default is 1
107107
integrator per measured outputs. More than 1 integrator is interesting only when `model` is
108108
integrating or unstable, or when the unmeasured output disturbances are "ramp-like". See
109109
[`augment_model`](@ref).

0 commit comments

Comments
 (0)