Skip to content

Commit e58d418

Browse files
committed
Fix spacing on code block
1 parent 9f607ed commit e58d418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ To do that, firstly, we need to remove the ``namespace="turtlesim2"`` value from
208208
Afterwards, we need to replace the ``<include file="$(find-pkg-share launch_tutorial)/launch/turtlesim_world_2.launch" />`` action in ``turtlesim_bringup.launch`` with:
209209

210210
.. code-block:: xml
211+
211212
<group>
212213
<push-ros-namespace namespace="turtlesim2"/>
213214
<include file="$(find-pkg-share launch_tutorial)/launch/turtlesim_world_2.launch" />

0 commit comments

Comments
 (0)