We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6889740 commit 3739d29Copy full SHA for 3739d29
src/factors/PartialPose3.jl
@@ -67,6 +67,7 @@ Prior for vector measurements on Pose3.
67
Base.@kwdef struct PriorPose3Ref{T<:SamplableBelief} <: IncrementalInference.AbstractPrior
68
Z::T
69
ref::SVector{3, Float64}
70
+ partial::Tuple{Int,Int,Int} = (4,5,6)
71
end
72
73
getManifold(::PriorPose3Ref) = TranslationGroup(3)
0 commit comments