From 31c346dd30ea5b471fdff0ec61c2875e25950f0e Mon Sep 17 00:00:00 2001 From: Julian Schuler <31921487+julianschuler@users.noreply.github.com> Date: Sun, 21 Jul 2024 08:43:31 +0200 Subject: [PATCH] Set parameters to the ones used in the SPQR game (#1403) Co-authored-by: Julian Schuler --- etc/parameters/rc24_indoor/default.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/etc/parameters/rc24_indoor/default.json b/etc/parameters/rc24_indoor/default.json index cb888dcbf9..364db24e5f 100644 --- a/etc/parameters/rc24_indoor/default.json +++ b/etc/parameters/rc24_indoor/default.json @@ -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" } }, @@ -34,7 +22,7 @@ "field_color_detection": { "vision_bottom": { "saturation": { - "start": 67, + "start": 95, "end": 255 } }, @@ -45,7 +33,7 @@ }, "saturation": { "end": 255, - "start": 75 + "start": 63 } } }