Skip to content

Commit 1e7b082

Browse files
minor changes
Signed-off-by: Stevedan Omodolor <[email protected]>
1 parent 05c76c5 commit 1e7b082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nav2_minimal_tb4_sim/launch/simulation.launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def generate_launch_description():
110110
)
111111

112112
declare_simulator_cmd = DeclareLaunchArgument(
113-
'headless', default_value='False', description='Whether to execute gzclient)'
113+
'headless', default_value='False', description='Whether to execute gzclient'
114114
)
115115

116116
declare_world_cmd = DeclareLaunchArgument(
@@ -155,7 +155,7 @@ def generate_launch_description():
155155
)
156156

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

0 commit comments

Comments
 (0)