Skip to content

Commit 5219fe5

Browse files
committed
Increase ransac iterations
1 parent bd89256 commit 5219fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/parameters/default.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"end": 0.1
156156
},
157157
"minimum_number_of_points_on_line": 10,
158-
"ransac_iterations": 20
158+
"ransac_iterations": 50
159159
},
160160
"vision_bottom": {
161161
"use_horizontal_segments": true,
@@ -182,7 +182,7 @@
182182
"end": 0.1
183183
},
184184
"minimum_number_of_points_on_line": 10,
185-
"ransac_iterations": 20
185+
"ransac_iterations": 50
186186
}
187187
},
188188
"field_border_detection": {

0 commit comments

Comments
 (0)