Skip to content

Commit

Permalink
Set default delay amount to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Oct 28, 2024
1 parent 0ed1cb8 commit 60ed543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launch/replay.launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<param name="use_sim_time" value="true"/>

<arg name="loop" default="false" doc="request loop playback"/>
<arg name="play_delay" default="0.4"/>
<arg name="play_delay" default="0" doc="playback start delay in seconds"/>
<arg name="play_rate" default="1.0"/>

<arg if="$(arg loop)" name="_loop" value="--loop"/>
Expand Down
2 changes: 1 addition & 1 deletion launch/replay_pcap.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<param name="use_sim_time" value="false"/>

<arg name="loop" default="false" doc="request loop playback"/>
<arg name="play_delay" default="0.4" doc="playback start delay"/>
<arg name="play_delay" default="0" doc="playback start delay in seconds"/>
<arg name="progress_update_freq" default="3.0"
doc="progress update frequency per second"/>

Expand Down

0 comments on commit 60ed543

Please sign in to comment.