Skip to content

Commit

Permalink
Set parameters to the ones used in the SPQR game (#1403)
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Schuler <[email protected]>
  • Loading branch information
julianschuler and julianschuler authored Jul 21, 2024
1 parent bfa3f83 commit 31c346d
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions etc/parameters/rc24_indoor/default.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
{
"feet_detection": {
"vision_bottom": {
"minimum_consecutive_segments": 14,
"minimum_luminance_standard_deviation": 20.0,
"minimum_samples_per_cluster": 10
},
"vision_top": {
"minimum_consecutive_segments": 14,
"minimum_luminance_standard_deviation": 20.0,
"minimum_samples_per_cluster": 10
}
},
"image_segmenter": {
"vision_top": {
"vertical_edge_threshold": 20
"vertical_edge_threshold": 10
},
"vision_bottom": {
"vertical_edge_threshold": 20,
"vertical_edge_threshold": 15,
"vertical_median_mode": "FivePixels"
}
},
Expand All @@ -34,7 +22,7 @@
"field_color_detection": {
"vision_bottom": {
"saturation": {
"start": 67,
"start": 95,
"end": 255
}
},
Expand All @@ -45,7 +33,7 @@
},
"saturation": {
"end": 255,
"start": 75
"start": 63
}
}
}
Expand Down

0 comments on commit 31c346d

Please sign in to comment.