From 90d3f2e84aa389698daf890e26ff48e6f0572cfb Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Tue, 28 Jan 2025 16:22:49 -0500 Subject: [PATCH] specify dead mode removal threshold --- examples/Hybrid_City10000.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Hybrid_City10000.cpp b/examples/Hybrid_City10000.cpp index 8c67e8ed6..f79f88970 100644 --- a/examples/Hybrid_City10000.cpp +++ b/examples/Hybrid_City10000.cpp @@ -141,7 +141,7 @@ int main(int argc, char* argv[]) { std::list time_list; - HybridSmoother smoother; + HybridSmoother smoother(0.99); HybridNonlinearFactorGraph graph;