Fix the example build
parent
d01aaf0c84
commit
494ecf6745
|
@ -110,7 +110,7 @@ class Experiment {
|
||||||
gttic_(SmootherUpdate);
|
gttic_(SmootherUpdate);
|
||||||
clock_t beforeUpdate = clock();
|
clock_t beforeUpdate = clock();
|
||||||
auto linearized = newFactors_.linearize(initial_);
|
auto linearized = newFactors_.linearize(initial_);
|
||||||
smoother_.update(*linearized, maxNrHypotheses);
|
smoother_.update(*linearized, initial_);
|
||||||
allFactors_.push_back(newFactors_);
|
allFactors_.push_back(newFactors_);
|
||||||
newFactors_.resize(0);
|
newFactors_.resize(0);
|
||||||
clock_t afterUpdate = clock();
|
clock_t afterUpdate = clock();
|
||||||
|
@ -313,4 +313,4 @@ int main(int argc, char* argv[]) {
|
||||||
experiment.run();
|
experiment.run();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue