Skip to content

Commit

Permalink
Eurorust location + tune vision (#1456)
Browse files Browse the repository at this point in the history
* Add eurorust location

* Tune vision for EuroRust
  • Loading branch information
rmburg authored Oct 10, 2024
1 parent ec7b7e4 commit 46b19f4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions etc/parameters/eurorust/default.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}
}
2 changes: 1 addition & 1 deletion etc/parameters/nao_location

0 comments on commit 46b19f4

Please sign in to comment.