Skip to content

Commit

Permalink
Add partial field to PriorPose3Ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Affie committed Aug 30, 2022
1 parent 6889740 commit 3739d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/factors/PartialPose3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Prior for vector measurements on Pose3.
Base.@kwdef struct PriorPose3Ref{T<:SamplableBelief} <: IncrementalInference.AbstractPrior
Z::T
ref::SVector{3, Float64}
partial::Tuple{Int,Int,Int} = (4,5,6)
end

getManifold(::PriorPose3Ref) = TranslationGroup(3)
Expand Down

0 comments on commit 3739d29

Please sign in to comment.