Skip to content

Commit 1a6d4b1

Browse files
authored
Update source/Tutorials/Intermediate/Launch/Using-ROS2-Launch-For-Large-Projects.rst
Signed-off-by: Katherine Scott <[email protected]>
1 parent 877c256 commit 1a6d4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ By the end of a tutorial, you will build the ``launch_turtlesim_launch`` launch
4343
This launch file will bring up different nodes responsible for the simulation of two turtlesim simulations, starting TF broadcasters and listener, loading parameters, and launching an RViz configuration.
4444
In this tutorial, we'll go over this launch file and all related features used.
4545

46-
.. note:: Launch files can be written in XML, YAML, or Python format.
46+
.. attention:: Launch files can be written in XML, YAML, or Python format.
4747
Throughout this tutorial, launch files are shown in all three formats using tabs.
4848
You can choose whichever format you prefer - they are functionally equivalent.
4949
Wherever you see the file name ``launch_turtlesim_launch`` make sure to use the correct file extension for your launch file type (i.e. ``launch_turtlesim_launch.py`` for Python, ``launch_turtlesim_launch.xml`` for XML, and ``launch_turtlesim_launch.yaml`` for YAML.

0 commit comments

Comments
 (0)