We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b94816 commit 3564ab7Copy full SHA for 3564ab7
test/testSaveLoadDFG.jl
@@ -37,6 +37,8 @@ end
37
##
38
39
fg = generateCanonicalFG_Kaess()
40
+getSolverParams(fg).attemptGradients = true
41
+
42
addVariable!(fg, :x4, ContinuousScalar)
43
addFactor!(fg, [:x2;:x3;:x4], LinearRelative(Normal()), multihypo=[1.0;0.6;0.4])
44
addFactor!(fg, [:x1;], Prior(Normal(10,1)), nullhypo=0.5)
0 commit comments