Skip to content

Commit 040e77a

Browse files
committed
Setting default maxratesave to false in external_trigger.launch
1 parent aea059b commit 040e77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/acquisition_external_trigger.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<arg name="time" default="false" doc="Show time/FPS on output"/>
2020
<arg name="to_ros" default="true" doc="Flag whether images should be published to ROS" />
2121
<arg name="utstamps" default="false" doc="Flag whether each image should have Unique timestamps vs the master cams time stamp for all" />
22-
<arg name="max_rate_save" default="true" doc="Flag for max rate mode which is when the master triggerst the slaves and saves images at maximum rate possible" />
22+
<arg name="max_rate_save" default="false" doc="Flag for max rate mode which is when the master triggerst the slaves and saves images at maximum rate possible" />
2323

2424

2525
<!-- nodelet manager params-->

0 commit comments

Comments
 (0)