@@ -76,47 +76,7 @@ DFG.@usingDFG true
7676 end
7777 end
7878
79- if get (ENV , " IIF_TEST" , " true" ) == " true"
80-
81- # Switch to our upstream test branch.
82- # FIXME This is a temporary fix to use the develop branch of AMP.
83- # Pkg.add(PackageSpec(; name = "ApproxManifoldProducts", rev = "develop"))
84- # FIXME This is a temporary fix to use the develop branch of IIF.
85- # Pkg.add(PackageSpec(; name = "IncrementalInference", rev = "upstream/dfg_integration_test"))
86- # Pkg.add(PackageSpec(; name = "IncrementalInference", rev = "develop"))
87- if get (ENV , " IIF_TEST_DEV" , " true" ) == " true"
88- Pkg. add (
89- PackageSpec (;
90- url = " https://github.com/JuliaRobotics/IncrementalInference.jl.git" ,
91- subdir = " IncrementalInferenceTypes" ,
92- rev = " develop" ,
93- ),
94- )
95- Pkg. add (
96- PackageSpec (;
97- url = " https://github.com/JuliaRobotics/IncrementalInference.jl.git" ,
98- subdir = " IncrementalInference" ,
99- rev = " develop" ,
100- ),
101- )
102- else
103- Pkg. develop (;
104- path = joinpath (
105- DEPOT_PATH [1 ],
106- " dev" ,
107- " IncrementalInference" ,
108- " IncrementalInferenceTypes" ,
109- ),
110- )
111- Pkg. develop (;
112- path = joinpath (
113- DEPOT_PATH [1 ],
114- " dev" ,
115- " IncrementalInference" ,
116- " IncrementalInference" ,
117- ),
118- )
119- end
79+ if get (ENV , " IIF_TEST" , " true" ) == " true"
12080
12181 @info " ------------------------------------------------------------------------"
12282 @info " These tests are using IncrementalInference to do additional driver tests"
0 commit comments