Skip to content

Commit

Permalink
teamplayer.launch: Turn rosbag record off by default (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova authored Aug 16, 2024
2 parents a474163 + afbb5cf commit 8c5fb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitbots_misc/bitbots_bringup/launch/teamplayer.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<arg name="vision" default="true" description="Whether the vision system should be started" />
<arg name="world_model" default="true" description="Whether the world model should be started"/>
<arg name="monitoring" default="true" description="Whether the system monitor and udp bridge should be started" />
<arg name="record" default="true" description="Whether the ros bag recording should be started" />
<arg name="record" default="false" description="Whether the ros bag recording should be started" />

<!-- load the global parameters -->
<include file="$(find-pkg-share bitbots_parameter_blackboard)/launch/parameter_blackboard.launch">
Expand Down

0 comments on commit 8c5fb4e

Please sign in to comment.