Skip to content

Commit

Permalink
Clean launch common args
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino committed Oct 16, 2024
1 parent 51c302f commit 925d052
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ros/launch/common_args.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,9 @@ def generate_launch_description():
),
DeclareLaunchArgument(
"visualize",
default_value="true",
default_value="false",
description="",
choices=["true", "false"],
),
DeclareLaunchArgument(
"bag_filenames",
default_value="",
description="Comma-separated list of file paths",
),
]
)

0 comments on commit 925d052

Please sign in to comment.