Skip to content

Commit f8b8338

Browse files
committed
doc: details on initstate! for StateEstimator
1 parent 7b8c468 commit f8b8338

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/estimator/execute.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ end
8787
Init `estim.x̂0` states from current inputs `u`, measured outputs `ym` and disturbances `d`.
8888
8989
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):
90+
stores `u - estim.model.uop` at `estim.lastu0` and removes the operating points and with
91+
[`remove_op!`](@ref), and call [`init_estimate!`](@ref):
9192
9293
- If `estim.model` is a [`LinModel`](@ref), it finds the steady-state of the augmented model
9394
using `u` and `d` arguments, and uses the `ym` argument to enforce that

0 commit comments

Comments
 (0)