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.
initstate!
StateEstimator
1 parent 7b8c468 commit f8b8338Copy full SHA for f8b8338
src/estimator/execute.jl
@@ -87,7 +87,8 @@ end
87
Init `estim.x̂0` states from current inputs `u`, measured outputs `ym` and disturbances `d`.
88
89
The method tries to find a good steady-state for the initial estimate ``\mathbf{x̂}``. It
90
-removes the operating points with [`remove_op!`](@ref) and call [`init_estimate!`](@ref):
+stores `u - estim.model.uop` at `estim.lastu0` and removes the operating points and with
91
+[`remove_op!`](@ref), and call [`init_estimate!`](@ref):
92
93
- If `estim.model` is a [`LinModel`](@ref), it finds the steady-state of the augmented model
94
using `u` and `d` arguments, and uses the `ym` argument to enforce that
0 commit comments