Skip to content

Commit

Permalink
Setting default maxratesave to false in external_trigger.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
vik748 committed Feb 4, 2021
1 parent aea059b commit 040e77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/acquisition_external_trigger.launch
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<arg name="time" default="false" doc="Show time/FPS on output"/>
<arg name="to_ros" default="true" doc="Flag whether images should be published to ROS" />
<arg name="utstamps" default="false" doc="Flag whether each image should have Unique timestamps vs the master cams time stamp for all" />
<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" />
<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" />


<!-- nodelet manager params-->
Expand Down

0 comments on commit 040e77a

Please sign in to comment.