Skip to content

Commit 8c5fb4e

Browse files
authored
teamplayer.launch: Turn rosbag record off by default (#593)
2 parents a474163 + afbb5cf commit 8c5fb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitbots_misc/bitbots_bringup/launch/teamplayer.launch

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<arg name="vision" default="true" description="Whether the vision system should be started" />
1414
<arg name="world_model" default="true" description="Whether the world model should be started"/>
1515
<arg name="monitoring" default="true" description="Whether the system monitor and udp bridge should be started" />
16-
<arg name="record" default="true" description="Whether the ros bag recording should be started" />
16+
<arg name="record" default="false" description="Whether the ros bag recording should be started" />
1717

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

0 commit comments

Comments
 (0)