Skip to content

Commit ee67675

Browse files
author
orebai
committed
fix: Correct formatting of comments in navigation launch file for clarity
Signed-off-by: orebai <[email protected]>
1 parent a2f55d3 commit ee67675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nav2_bringup/launch/navigation_launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def generate_launch_description() -> LaunchDescription:
6363
# Do not add namespace to topics in the parameters file, as they will be remapped
6464
# by the root key only if they are not prefixed with a forward slash.
6565
# e.g. 'map' will be remapped to '/<namespace>/map', but '/map' will not be remapped.
66-
# IMPORTANT: to make your yaml file dynamic you can refer to humble branch under
67-
# nav2_bringup/launch/bringup_launch.py to see how the parameters file is configured
66+
# IMPORTANT: to make your yaml file dynamic you can refer to humble branch under
67+
# nav2_bringup/launch/bringup_launch.py to see how the parameters file is configured
6868
# using ReplaceString <robot_namespace>
6969
configured_params = ParameterFile(
7070
RewrittenYaml(

0 commit comments

Comments
 (0)