Skip to content

Commit 408e4dd

Browse files
committed
Add GP26 medium adult field
1 parent af4b87f commit 408e4dd

3 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
############################
2+
# RoboCup German Open 2026 #
3+
############################
4+
5+
# Settings for the RoboCup German Open 2026 field (with large goals)
6+
7+
parameter_blackboard:
8+
ros__parameters:
9+
field:
10+
size:
11+
x: 14.0
12+
y: 9.0
13+
padding: 1.0 # Padding (area outside of the lines) of the field in all directions
14+
markings:
15+
penalty_area:
16+
size:
17+
x: 3.0 # The distance from the goal line to the boundary of the penalty area
18+
goal:
19+
width: 2.6 # The width of the goal (center of one goal post to the other goal post)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Map Generator Config
2+
# This file was generated by the map generator GUI
3+
4+
header:
5+
version: '1.0'
6+
type: map_generator_config
7+
parameters:
8+
map_type: line
9+
penalty_mark: true
10+
center_point: true
11+
goal_back: true
12+
stroke_width: 7
13+
field_length: 1400
14+
field_width: 900
15+
goal_depth: 60
16+
goal_width: 260
17+
goal_area_length: 100
18+
goal_area_width: 400
19+
penalty_mark_distance: 210
20+
center_circle_diameter: 300
21+
border_strip_width: 100
22+
penalty_area_length: 300
23+
penalty_area_width: 600
24+
field_feature_size: 28
25+
mark_type: cross
26+
field_feature_style: exact
27+
distance_map: true
28+
distance_decay: 0.0
29+
invert: true
551 KB
Loading

0 commit comments

Comments
 (0)