Skip to content

Commit 11d4f9e

Browse files
committed
debug: remove redundant state update op. point
1 parent 9b509f1 commit 11d4f9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/estimator/kalman.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,6 @@ function predict_estimate_kf!(estim::Union{KalmanFilter, ExtendedKalmanFilter},
12371237
mul!(Â_P̂corr_Âᵀ, Â, P̂corr_Âᵀ)
12381238
P̂next = estim.buffer.
12391239
P̂next .= Â_P̂corr_Âᵀ .+
1240-
x̂0next .+= estim.f̂op .- estim.x̂op
12411240
estim.x̂0 .= x̂0next
12421241
estim.cov.P̂ .= Hermitian(P̂next, :L)
12431242
return nothing

0 commit comments

Comments
 (0)