File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nav2_minimal_tb4_sim/launch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments