Skip to content

Commit 3739d29

Browse files
committed
Add partial field to PriorPose3Ref
1 parent 6889740 commit 3739d29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/factors/PartialPose3.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Prior for vector measurements on Pose3.
6767
Base.@kwdef struct PriorPose3Ref{T<:SamplableBelief} <: IncrementalInference.AbstractPrior
6868
Z::T
6969
ref::SVector{3, Float64}
70+
partial::Tuple{Int,Int,Int} = (4,5,6)
7071
end
7172

7273
getManifold(::PriorPose3Ref) = TranslationGroup(3)

0 commit comments

Comments
 (0)