diff --git a/etc/parameters/eurorust/default.json b/etc/parameters/eurorust/default.json new file mode 100644 index 0000000000..7548f09826 --- /dev/null +++ b/etc/parameters/eurorust/default.json @@ -0,0 +1,32 @@ +{ + "field_color_detection": { + "vision_bottom": { + "hue": { + "start": 77 + }, + "luminance": { + "end": 141, + "start": 0 + }, + "saturation": { + "start": 45 + } + }, + "vision_top": { + "green_chromaticity": { + "start": 0.375 + }, + "hue": { + "end": 162, + "start": 32 + }, + "luminance": { + "end": 90, + "start": 0 + }, + "saturation": { + "start": 60 + } + } + } +} diff --git a/etc/parameters/nao_location b/etc/parameters/nao_location index 5b16a23725..d392ed64d3 120000 --- a/etc/parameters/nao_location +++ b/etc/parameters/nao_location @@ -1 +1 @@ -smd \ No newline at end of file +eurorust \ No newline at end of file