Skip to content

Commit fed7709

Browse files
authored
Tune line detection (#649)
1 parent 79cab1c commit fed7709

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

deploy/config/line_detection.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ model_iters = 100
66
# residual threshold for RANSAC inliers in meters
77
ransac_inlier_threshold = 0.025
88
# maximum distance of a valid line spot from the camera in meters
9-
spot_max_distance = 4.0
9+
spot_max_distance = 4.5
1010
# minimum number of points in a valid line segment
1111
line_segment_min_points = 8
1212
# minimum length of a line segment after merging in meters
13-
line_segment_min_length = 0.35
13+
line_segment_min_length = 0.25
1414
# maximum length of a line segment after merging in meters
1515
line_segment_max_length = 5.0
1616
# maximum distance between two inliers of a line segment in meters
17-
max_line_gap_distance = 0.25
17+
max_line_gap_distance = 0.2
1818
# number of samples for the white test
1919
white_test_samples = 20
2020
# sampling distance for the white test in meters
2121
white_test_sample_distance = 0.04
2222
# ratio of white tests that need to pass for a line to be accepted
23-
white_test_merge_ratio = 0.8
23+
white_test_merge_ratio = 0.9
2424
# number of samples for the white test
2525
merge_test_samples = 10
2626
# sampling distance for the merge test in meters

0 commit comments

Comments
 (0)