Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<arg name="sim" default="false" />
<arg name="dsd_file" default="main.dsd" description="The behavior dsd file that should be used" />
<arg unless="$(var sim)" name="fieldname" default="labor" description="Loads field settings" />
<arg if="$(var sim)" name="fieldname" default="hsl_kid" description="Loads field settings" />
<arg if="$(var sim)" name="fieldname" default="small_devision_2026" description="Loads field settings" />

<include file="$(find-pkg-share bitbots_parameter_blackboard)/launch/parameter_blackboard.launch">
<arg name="sim" value="$(var sim)" />
Expand Down
2 changes: 1 addition & 1 deletion src/bitbots_misc/bitbots_bringup/launch/teamplayer.launch
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<arg name="record" default="false" description="Whether the ros bag recording should be started" />
<arg name="tts" default="false" description="Whether to speak" />
<arg name="whistle_detector" default="true" description="Whether to detect whistles"/>
<arg unless="$(var sim)" name="fieldname" default="labor" description="Loads field settings" />
<arg unless="$(var sim)" name="fieldname" default="small_devision_2026" description="Loads field settings" />
<arg if="$(var sim)" name="fieldname" default="hsl_kid" description="Loads field settings" />


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<arg name="camera" default="true" description="true: launches an image provider to get images from a camera (unless sim:=true)" />
<arg name="debug" default="false" description="true: activates publishing of several debug images" />
<arg unless="$(var sim)" name="fieldname" default="labor" description="Loads field settings" />
<arg if="$(var sim)" name="fieldname" default="hsl_kid" description="Loads field settings" />
<arg if="$(var sim)" name="fieldname" default="small_devision_2026" description="Loads field settings" />

<!-- Load the global parameters-->
<include file="$(find-pkg-share bitbots_parameter_blackboard)/launch/parameter_blackboard.launch.py">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<arg name="ipm" default="false" description="if the soccer ipm should be used" />
<arg name="motion" default="true" description="if the motion should be started" />
<arg name="game_controller" default="false" description="if the game controller node should be started" />
<arg name="fieldname" default="labor" description="Loads field settings" />
<arg name="fieldname" default="small_devision_2026" description="Loads field settings" />

<!-- load the global parameters -->
<include file="$(find-pkg-share bitbots_parameter_blackboard)/launch/parameter_blackboard.launch.py" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# RoboCup German Open 2026 #
############################

# Settings for the RoboCup German Open 2026 field (with large goals)
# Settings for the RoboCup Middle Devision 2026 field (with large goals)

parameter_blackboard:
ros__parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# RoboCup German Open 2026 #
############################

# Settings for the RoboCup German Open 2026 field
# Settings for the RoboCup Small Devision field 2026

parameter_blackboard:
ros__parameters:
Expand All @@ -16,5 +16,5 @@ parameter_blackboard:
size:
x: 1.93 # The distance from the goal line to the boundary of the penalty area
goal:
width: 1.8 # The width of the goal (center of one goal post to the other goal post)
width: 1.9 # The width of the goal (center of one goal post to the other goal post)
depth: 0.75 # The depth of the goal (distance from the goal line to the back of the goal)
Loading