Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Dec 17, 2024
1 parent 1ae91aa commit ac5b132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ukf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ dynamics(kf::AbstractUnscentedKalmanFilter) = kf.dynamics
# x(k+1) x u p t
@inline has_ip(fun) = hasmethod(fun, Tuple{AbstractArray,AbstractArray,AbstractArray,AbstractArray,Real})
@inline has_oop(fun) = hasmethod(fun, Tuple{ AbstractArray,AbstractArray,AbstractArray,Real})
has_oop(mm::UKFMeasurementModel{})

"""
predict!(ukf::UnscentedKalmanFilter, u, p = parameters(ukf), t::Real = index(ukf) * ukf.Ts; R1 = get_mat(ukf.R1, ukf.x, u, p, t), reject, mean, cov, dynamics)
Expand Down

0 comments on commit ac5b132

Please sign in to comment.