Skip to content

Commit 1ee090e

Browse files
committed
modify default config
1 parent aa98ce5 commit 1ee090e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/map_closures/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class MapClosuresConfig(BaseModel):
3434
density_map_resolution: float = 0.5
3535
density_threshold: float = 0.05
3636
hamming_distance_threshold: int = 50
37-
inliers_threshold: int = 10
37+
inliers_threshold: int = 5
3838
local_map_factor: float = 1.0
3939
self_similarity_filter: bool = True
4040

0 commit comments

Comments
 (0)