Skip to content

Commit abbbaa8

Browse files
committed
debug: extract fields
1 parent c4c9672 commit abbbaa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/estimator/mhe/execute.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"Reset the data windows and time-varying variables for the moving horizon estimator."
22
function init_estimate_cov!(estim::MovingHorizonEstimator, y0m, d0, u0)
33
model = estim.model
4+
nu, ny, nd = model.nu, model.ny, model.nd
45
estim.Z̃ .= 0
56
estim.Y0m .= NaN
67
estim.Yem .= NaN

0 commit comments

Comments
 (0)