Skip to content

Commit 3adb70b

Browse files
committed
add missing getManifold(::MutableLinearRelative..
1 parent 742daf1 commit 3adb70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testDeadReckoningTether.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MutableLinearRelative(nm::MvNormal) = MutableLinearRelative{length(nm.μ), typeo
2121
MutableLinearRelative(nm::ManifoldKernelDensity) = MutableLinearRelative{Ndim(nm), typeof(nm)}(nm)
2222

2323
getDimension(::Type{MutableLinearRelative{N,<:SamplableBelief}}) where {N} = N
24-
# getManifolds(::Type{MutableLinearRelative{N,<:SamplableBelief}}) where {N} = tuple([:Euclid for i in 1:N]...)
24+
getManifold(::MutableLinearRelative{N}) where N = TranslationGroup(N)
2525

2626

2727
function IIF.getSample(cf::CalcFactor{<:MutableLinearRelative}, N::Int=1)

0 commit comments

Comments
 (0)