Skip to content

Commit 181f222

Browse files
committed
Increase ransac iterations
1 parent 6267dc5 commit 181f222

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
@@ -154,7 +154,7 @@
154154
"end": 0.1
155155
},
156156
"minimum_number_of_points_on_line": 10,
157-
"ransac_iterations": 20
157+
"ransac_iterations": 50
158158
},
159159
"vision_bottom": {
160160
"use_horizontal_segments": true,
@@ -181,7 +181,7 @@
181181
"end": 0.1
182182
},
183183
"minimum_number_of_points_on_line": 10,
184-
"ransac_iterations": 20
184+
"ransac_iterations": 50
185185
}
186186
},
187187
"field_border_detection": {

0 commit comments

Comments
 (0)