specify dead mode removal threshold

release/4.3a0
Varun Agrawal 2025-01-28 16:22:49 -05:00 committed by Frank Dellaert
parent 1bdaa5062c
commit 90d3f2e84a
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ int main(int argc, char* argv[]) {
std::list<double> time_list;
HybridSmoother smoother;
HybridSmoother smoother(0.99);
HybridNonlinearFactorGraph graph;