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.
ManualEstimator
1 parent 0975312 commit 91456c6Copy full SHA for 91456c6
src/controller/linmpc.jl
@@ -228,7 +228,8 @@ end
228
229
Use custom state estimator `estim` to construct `LinMPC`.
230
231
-`estim.model` must be a [`LinModel`](@ref). Else, a [`NonLinMPC`](@ref) is required.
+`estim.model` must be a [`LinModel`](@ref). Else, a [`NonLinMPC`](@ref) is required. See
232
+[`ManualEstimator`](@ref) for linear controllers with nonlinear state estimation.
233
234
# Examples
235
```jldoctest
0 commit comments