Skip to content

Commit

Permalink
chore: update sample argument
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Oct 17, 2024
1 parent cc8868d commit ccb3bbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def add_launch_arg(
add_launch_arg(
"override_topics_regex",
default_value="",
description="use allowlist. Ex: override_topics_regex:=\^/clock\$\|\^/tf\$\|/sensing/lidar/concatenated/pointcloud", # noqa
description="use allowlist. Ex: override_topics_regex:=\^/tf\$\|/sensing/lidar/concatenated/pointcloud\|\^/perception/.*/objects\$", # noqa
)

return launch_arguments
Expand Down

0 comments on commit ccb3bbb

Please sign in to comment.