Skip to content

Commit 6077d84

Browse files
committed
bugfix Test SE(2) to TG(2) multihypo test
1 parent 16231e9 commit 6077d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testSpecialEuclidean2Mani.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ f = addFactor!(fg, [:x0, :x1a, :x1b], mf; multihypo=[1,0.5,0.5])
428428

429429
solveTree!(fg)
430430

431-
# pnts = getPoints(fg, :x0)
431+
pnts = getPoints(fg, :x0)
432432
# c = getCoordinates.(SpecialEuclidean2, pnts)
433433
# @cast p[i,j] := c[i][j]
434434
# scatter(p[:,1], p[:,2])

0 commit comments

Comments
 (0)