File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ JSON3 = "1"
87
87
KernelDensityEstimate = " 0.5.6"
88
88
LinearAlgebra = " 1.10"
89
89
ManifoldDiff = " 0.3, 0.4"
90
- Manifolds = " 0.10"
90
+ Manifolds = " = 0.10.16 "
91
91
ManifoldsBase = " 0.15, 1"
92
92
Manopt = " ^0.5.14"
93
93
MetaGraphs = " 0.7, 0.8"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function solveUp_ParametricStateMachine(csmc::CliqStateMachineContainer)
32
32
# @info "$(csmc.cliq.id) Σ $(Σ)"
33
33
# Pack all results in variables
34
34
# FIXME test f_converged, ls_success, confirm convergence check
35
- if result . f_converged || result . g_converged
35
+ if Optim . g_converged (result) || Optim . f_converged (result)
36
36
logCSM (csmc, " $(csmc. cliq. id) : subfg optim converged updating variables" )
37
37
for (v, val) in vardict
38
38
vnd = getSolverData (getVariable (csmc. cliqSubFg, v), :parametric )
@@ -136,7 +136,7 @@ function solveDown_ParametricStateMachine(csmc::CliqStateMachineContainer)
136
136
# TEMP testing difference
137
137
# vardict, result = solveGraphParametric(csmc.cliqSubFg)
138
138
# Pack all results in variables
139
- if result . g_converged || result . f_converged
139
+ if Optim . g_converged (result) || Optim . f_converged (result)
140
140
logCSM (
141
141
csmc,
142
142
" $(csmc. cliq. id) : subfg optim converged updating variables" ;
You can’t perform that action at this time.
0 commit comments