Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: zhenpeng ge <zhenpeng.ge@qq.com>
  • Loading branch information
gezp committed Dec 20, 2021
1 parent 155b6ca commit 046a3e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nav2_bringup/launch/bringup_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def generate_launch_description():
description='Automatically startup the nav2 stack')

declare_use_composition_cmd = DeclareLaunchArgument(
'use_composition', default_value='true',
'use_composition', default_value='True',
description='Whether to use composed bringup')

# Specify the actions
Expand Down
4 changes: 2 additions & 2 deletions nav2_bringup/launch/localization_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def generate_launch_description():
description='Full path to the ROS2 parameters file to use'),

DeclareLaunchArgument(
'use_composition', default_value='false',
description='Use composed bringup if true'),
'use_composition', default_value='False',
description='Use composed bringup if True'),

DeclareLaunchArgument(
'container_name', default_value='nav2_container',
Expand Down
4 changes: 2 additions & 2 deletions nav2_bringup/launch/navigation_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ def generate_launch_description():
description='Full path to the ROS2 parameters file to use'),

DeclareLaunchArgument(
'use_composition', default_value='false',
description='Use composed bringup if true'),
'use_composition', default_value='False',
description='Use composed bringup if True'),

DeclareLaunchArgument(
'container_name', default_value='nav2_container',
Expand Down

0 comments on commit 046a3e8

Please sign in to comment.