Skip to content

Commit 1b892f9

Browse files
authored
Feature/go field fixes (#765)
2 parents da8fffc + 89854dd commit 1b892f9

6 files changed

Lines changed: 40 additions & 2 deletions

File tree

src/bitbots_misc/bitbots_bringup/launch/teamplayer.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<arg name="monitoring" default="true" description="Whether the system monitor and udp bridge should be started" />
1616
<arg name="record" default="false" description="Whether the ros bag recording should be started" />
1717
<arg name="tts" default="true" description="Whether to speak" />
18-
<arg unless="$(var sim)" name="fieldname" default="labor" description="Loads field settings (labor, webots, ...)." />
18+
<arg unless="$(var sim)" name="fieldname" default="german_open_2026" description="Loads field settings (labor, webots, ...)." />
1919
<arg if="$(var sim)" name="fieldname" default="webots" description="Loads field settings (labor, webots, ...)." />
2020

2121

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
6+
7+
parameter_blackboard:
8+
ros__parameters:
9+
field:
10+
size:
11+
x: 8.93
12+
y: 5.93
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: 1.93 # The distance from the goal line to the boundary of the penalty area
18+
goal:
19+
width: 1.8 # The width of the goal (center of one goal post to the other goal post)
261 KB
Loading
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 (small size, but larger goals)
6+
7+
parameter_blackboard:
8+
ros__parameters:
9+
field:
10+
size:
11+
x: 8.93
12+
y: 5.94
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: 1.93 # The distance from the goal line to the boundary of the penalty area
18+
goal:
19+
width: 2.5 # The width of the goal (center of one goal post to the other goal post)
262 KB
Loading

src/bitbots_misc/bitbots_parameter_blackboard/launch/parameter_blackboard.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<launch>
33
<arg name="sim" default="false"/>
4-
<arg unless="$(var sim)" name="fieldname" default="german_open_2024" description="Loads field settings (labor, webots, gazebo, bangkok, spl, german_open_2024)." />
4+
<arg unless="$(var sim)" name="fieldname" default="german_open_2026" description="Loads field settings (labor, webots, gazebo, bangkok, spl, german_open_2026)." />
55
<arg if="$(var sim)" name="fieldname" default="webots" description="Loads field settings (labor, webots, gazebo, bangkok, german_open_2024)." />
66

77
<!-- print bit-bot -->

0 commit comments

Comments
 (0)