Skip to content

Commit 16231e9

Browse files
committed
Change Point2->TranslationGroup2 for conflics
1 parent adf36b7 commit 16231e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/testTranslationMani.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ using Test
1212
Base.convert(::Type{<:Tuple}, M::TranslationGroup{Tuple{2},ℝ}) = (:Euclid, :Euclid)
1313
Base.convert(::Type{<:Tuple}, ::IIF.InstanceType{TranslationGroup{Tuple{2},ℝ}}) = (:Euclid, :Euclid)
1414

15-
@defVariable Point2 TranslationGroup(2) [0.0, 0.0]
16-
getManifold(Point2)
17-
getPointType(Point2)
18-
getPointIdentity(Point2)
15+
@defVariable TranslationGroup2 TranslationGroup(2) [0.0, 0.0]
16+
getManifold(TranslationGroup2)
17+
getPointType(TranslationGroup2)
18+
getPointIdentity(TranslationGroup2)
1919

2020
fg = initfg()
2121

22-
v0 = addVariable!(fg, :x0, Point2)
23-
v1 = addVariable!(fg, :x1, Point2)
22+
v0 = addVariable!(fg, :x0, TranslationGroup2)
23+
v1 = addVariable!(fg, :x1, TranslationGroup2)
2424

2525

2626
mp = ManifoldPrior(TranslationGroup(2), SA[10., 20], MvNormal([1.0,1.0]))

0 commit comments

Comments
 (0)