Skip to content

Commit cf101c5

Browse files
committed
Increase ransac iterations
1 parent 57ebbc0 commit cf101c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/parameters/default.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"minimum_overall_keypoint_confidence": 0.5,
88
"minimum_visual_referee_keypoint_confidence": 0.8,
99
"minimum_shoulder_angle": 0.2,
10-
"foot_z_offset": 0.10,
10+
"foot_z_offset": 0.1,
1111
"referee_pose_queue_length": 8,
1212
"minimum_number_poses_before_message": 3
1313
},
@@ -153,7 +153,7 @@
153153
"end": 0.1
154154
},
155155
"minimum_number_of_points_on_line": 10,
156-
"ransac_iterations": 20
156+
"ransac_iterations": 50
157157
},
158158
"vision_bottom": {
159159
"use_horizontal_segments": true,
@@ -179,7 +179,7 @@
179179
"end": 0.1
180180
},
181181
"minimum_number_of_points_on_line": 10,
182-
"ransac_iterations": 20
182+
"ransac_iterations": 50
183183
}
184184
},
185185
"field_border_detection": {

0 commit comments

Comments
 (0)