Skip to content

Commit a9ea963

Browse files
committed
doc: update jldoctest
1 parent dc00a3f commit a9ea963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/estimator/mhe/construct.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ MovingHorizonEstimator estimator with a sample time Ts = 10.0 s:
280280
├ optimizer: Ipopt
281281
├ gradient: AutoForwardDiff
282282
├ jacobian: AutoForwardDiff
283+
├ arrival covariance: UnscentedKalmanFilter
283284
└ dimensions:
284285
├ 5 estimation steps He
285286
├ 0 slack variable ε (estimation constraints)
@@ -514,6 +515,7 @@ julia> estim = setconstraint!(estim, x̂min=[-50, -50], x̂max=[50, 50])
514515
MovingHorizonEstimator estimator with a sample time Ts = 1.0 s:
515516
├ model: LinModel
516517
├ optimizer: OSQP
518+
├ arrival covariance: KalmanFilter
517519
└ dimensions:
518520
├ 3 estimation steps He
519521
├ 0 slack variable ε (estimation constraints)

0 commit comments

Comments
 (0)