Skip to content

Commit

Permalink
Default bag file name to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhedekar authored Nov 19, 2024
1 parent 1dbdbb4 commit 80a4b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/replay.launch
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<arg name="ouster_ns" default="ouster" doc="Override the default namespace of all ouster nodes"/>
<arg name="metadata" default="" doc="path to read metadata file when replaying sensor data"/>
<arg name="bag_file" doc="file name to use for the recorded bag file"/>
<arg name="bag_file" default="" doc="file name to use for the recorded bag file"/>
<arg name="timestamp_mode" default="TIME_FROM_INTERNAL_OSC"
doc="A parameter that allows you to override the timestamp measurements; possible values: {
TIME_FROM_INTERNAL_OSC,
Expand Down

0 comments on commit 80a4b98

Please sign in to comment.