Skip to content

Commit 36412b4

Browse files
committed
oops, no RoME in standard CI
1 parent a18cc67 commit 36412b4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

test/manifolds/factordiff.jl

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,32 +50,32 @@ end
5050
##
5151

5252

53-
##
54-
@testset "using RoME; FiniteDiff.jacobian of SpecialEuclidean(2) factor" begin
55-
##
53+
# ##
54+
# @testset "using RoME; FiniteDiff.jacobian of SpecialEuclidean(2) factor" begin
55+
# ##
5656

57-
fg = LocalDFG(;
58-
solverParams = SolverParams(;
59-
graphinit=false
60-
)
61-
)
57+
# fg = LocalDFG(;
58+
# solverParams = SolverParams(;
59+
# graphinit=false
60+
# )
61+
# )
6262

63-
addVariable!.(fg, [:x0; :x1], Pose2)
64-
f = addFactor!(fg, [:x0; :x1], Pose2Pose2(MvNormal([10;0;pi/2],[1 0 0; 0 1 0; 0 0 1.0])))
63+
# addVariable!.(fg, [:x0; :x1], Pose2)
64+
# f = addFactor!(fg, [:x0; :x1], Pose2Pose2(MvNormal([10;0;pi/2],[1 0 0; 0 1 0; 0 0 1.0])))
6565

66-
p1 = [ArrayPartition([10; 0.0], [0 1; -1 0.0]) for _ in 1:1]
66+
# p1 = [ArrayPartition([10; 0.0], [0 1; -1 0.0]) for _ in 1:1]
6767

68-
setVal!(fg, :x1, p1, solveKey=:parametric)
68+
# setVal!(fg, :x1, p1, solveKey=:parametric)
6969

70-
J = IIF.factorJacobian(fg, :x0x1f1)
70+
# J = IIF.factorJacobian(fg, :x0x1f1)
7171

72-
@test isapprox( Jx0, J[1:1,1:2]; atol=1e-8)
73-
@test_broken isapprox( Jx1, J[1:1,3:4]; atol=1e-8)
72+
# @test isapprox( Jx0, J[1:1,1:2]; atol=1e-8)
73+
# @test_broken isapprox( Jx1, J[1:1,3:4]; atol=1e-8)
7474

7575

76-
##
77-
end
78-
##
76+
# ##
77+
# end
78+
# ##
7979

8080

8181
##

0 commit comments

Comments
 (0)