specify dead mode removal threshold
parent
1bdaa5062c
commit
90d3f2e84a
|
@ -141,7 +141,7 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
std::list<double> time_list;
|
||||
|
||||
HybridSmoother smoother;
|
||||
HybridSmoother smoother(0.99);
|
||||
|
||||
HybridNonlinearFactorGraph graph;
|
||||
|
||||
|
|
Loading…
Reference in New Issue