Skip to content

Commit

Permalink
add docstring for IMUDeltaFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jan 23, 2024
1 parent ecaa8ab commit 3ba3156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/factors/Inertial/IMUDeltaFactor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ struct IMUMeasurements
Σy::SMatrix{6,6,Float64}
end

"""
$TYPEDEF
Factor type for inertial odometry (preintegration).
"""
Base.@kwdef struct IMUDeltaFactor{T <: SamplableBelief} <: AbstractManifoldMinimize
Z::T # NOTE dim is 9 as Δt is not included in covariance
Δt::Float64
Expand Down

0 comments on commit 3ba3156

Please sign in to comment.