We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ebbc0 commit cf101c5Copy full SHA for cf101c5
etc/parameters/default.json
@@ -7,7 +7,7 @@
7
"minimum_overall_keypoint_confidence": 0.5,
8
"minimum_visual_referee_keypoint_confidence": 0.8,
9
"minimum_shoulder_angle": 0.2,
10
- "foot_z_offset": 0.10,
+ "foot_z_offset": 0.1,
11
"referee_pose_queue_length": 8,
12
"minimum_number_poses_before_message": 3
13
},
@@ -153,7 +153,7 @@
153
"end": 0.1
154
155
"minimum_number_of_points_on_line": 10,
156
- "ransac_iterations": 20
+ "ransac_iterations": 50
157
158
"vision_bottom": {
159
"use_horizontal_segments": true,
@@ -179,7 +179,7 @@
179
180
181
182
183
}
184
185
"field_border_detection": {
0 commit comments