Skip to content

Commit

Permalink
Rewrite the scan topic costmap plugins for multi-robot(namespace)
Browse files Browse the repository at this point in the history
before launch navigation.
  • Loading branch information
hyunseok-yang committed May 12, 2023
1 parent 9b56556 commit 1a64d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nav2_bringup/launch/navigation_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ def generate_launch_description():

# Create our own temporary YAML files that include substitutions
param_substitutions = {
'autostart': autostart}
'autostart': autostart,
'topic': (namespace, '/scan')}

configured_params = RewrittenYaml(
source_file=params_file,
Expand Down

0 comments on commit 1a64d01

Please sign in to comment.