Skip to content

Commit 91456c6

Browse files
committed
doc: comment about ManualEstimator for nonlinear estimator
1 parent 0975312 commit 91456c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controller/linmpc.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ end
228228
229229
Use custom state estimator `estim` to construct `LinMPC`.
230230
231-
`estim.model` must be a [`LinModel`](@ref). Else, a [`NonLinMPC`](@ref) is required.
231+
`estim.model` must be a [`LinModel`](@ref). Else, a [`NonLinMPC`](@ref) is required. See
232+
[`ManualEstimator`](@ref) for linear controllers with nonlinear state estimation.
232233
233234
# Examples
234235
```jldoctest

0 commit comments

Comments
 (0)