Skip to content

Commit

Permalink
Increase ransac iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Dec 4, 2024
1 parent bd89256 commit 5219fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/parameters/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"end": 0.1
},
"minimum_number_of_points_on_line": 10,
"ransac_iterations": 20
"ransac_iterations": 50
},
"vision_bottom": {
"use_horizontal_segments": true,
Expand All @@ -182,7 +182,7 @@
"end": 0.1
},
"minimum_number_of_points_on_line": 10,
"ransac_iterations": 20
"ransac_iterations": 50
}
},
"field_border_detection": {
Expand Down

0 comments on commit 5219fe5

Please sign in to comment.