Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nav2_minimal_tb4_sim/launch/simulation.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def generate_launch_description():
)

declare_simulator_cmd = DeclareLaunchArgument(
'headless', default_value='False', description='Whether to execute gzclient)'
'headless', default_value='False', description='Whether to execute gzclient'
)

declare_world_cmd = DeclareLaunchArgument(
Expand Down Expand Up @@ -155,7 +155,7 @@ def generate_launch_description():
)

# The SDF file for the world is a xacro file because we wanted to
# conditionally load the SceneBroadcaster plugin based on wheter we're
# conditionally load the SceneBroadcaster plugin based on whether we're
# running in headless mode. But currently, the Gazebo command line doesn't
# take SDF strings for worlds, so the output of xacro needs to be saved into
# a temporary file and passed to Gazebo.
Expand Down
Loading