Skip to content

Commit 14639b4

Browse files
committed
Merge remote-tracking branch 'origin/main' into explicit_mpc
2 parents 985fb09 + a52d649 commit 14639b4

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
@@ -117,7 +117,7 @@ SteadyKalmanFilter estimator with a sample time Ts = 0.5 s, LinModel and:
117117
118118
# Extended Help
119119
The model augmentation with `nint_ym` vector adds integrators at model measured outputs
120-
``\mathbf{y^m}``, producing the integral action when the estimator is used in a controller
120+
``\mathbf{y^m}``. It creates the integral action when the estimator is used in a controller
121121
as state feedback. The method [`default_nint`](@ref) computes the default value of
122122
`nint_ym`. It can also be tweaked by following these rules on each measured output:
123123

0 commit comments

Comments
 (0)