Skip to content

Commit 877c256

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

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
@@ -46,6 +46,7 @@ In this tutorial, we'll go over this launch file and all related features used.
4646
.. note:: 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.
49+
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.
4950

5051
Writing launch files
5152
--------------------

0 commit comments

Comments
 (0)