Skip to content

Commit 1a64d01

Browse files
committed
Rewrite the scan topic costmap plugins for multi-robot(namespace)
before launch navigation.
1 parent 9b56556 commit 1a64d01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nav2_bringup/launch/navigation_launch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def generate_launch_description():
5959

6060
# Create our own temporary YAML files that include substitutions
6161
param_substitutions = {
62-
'autostart': autostart}
62+
'autostart': autostart,
63+
'topic': (namespace, '/scan')}
6364

6465
configured_params = RewrittenYaml(
6566
source_file=params_file,

0 commit comments

Comments
 (0)