Skip to content

Commit

Permalink
Set field dimensions (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg authored Oct 10, 2024
1 parent 46b19f4 commit 960de36
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions etc/parameters/eurorust/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,24 @@
"start": 60
}
}
},
"field_dimensions": {
"length": 6.6,
"width": 2.8,
"line_width": 0.05,
"penalty_marker_size": 0.1,
"goal_box_area_length": 12,
"goal_box_area_width": 12,
"penalty_area_length": 1.2,
"penalty_area_width": 2,
"penalty_marker_distance": 0.875,
"center_circle_diameter": 1.1,
"border_strip_width": 0.1,
"goal_inner_width": 1.5,
"goal_post_diameter": 0.0,
"goal_depth": 0.2
},
"localization": {
"penalized_distance" : 0
}
}

0 comments on commit 960de36

Please sign in to comment.