Fixed timing statement in SolverComparer
parent
845c5dfe43
commit
fee021e51c
|
@ -322,9 +322,7 @@ void runIncremental()
|
||||||
gttoc_(Collect_measurements);
|
gttoc_(Collect_measurements);
|
||||||
|
|
||||||
// Update iSAM2
|
// Update iSAM2
|
||||||
gttic_(Update_ISAM2);
|
|
||||||
isam2.update(newFactors, newVariables);
|
isam2.update(newFactors, newVariables);
|
||||||
gttoc_(Update_ISAM2);
|
|
||||||
|
|
||||||
if((step - firstPose) % 100 == 0) {
|
if((step - firstPose) % 100 == 0) {
|
||||||
gttic_(chi2);
|
gttic_(chi2);
|
||||||
|
|
Loading…
Reference in New Issue