Skip to content

Commit

Permalink
Make threshold tighter not looser
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert committed Feb 2, 2025
1 parent b1d0574 commit 6b0be53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Hybrid_City10000.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Experiment {

size_t reLinearizationFrequency = 10;

double marginalThreshold = 0.8; // 0.99;
double marginalThreshold = 0.9999;

private:
std::string filename_;
Expand Down

0 comments on commit 6b0be53

Please sign in to comment.