Skip to content

Commit

Permalink
Add in a link to the composition demo launch file. (#3553)
Browse files Browse the repository at this point in the history
This makes it easier for people to see what a launch file
with composition should look like.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
clalancette authored May 8, 2023
1 parent 14929e4 commit a3ed45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Tutorials/Intermediate/Composition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Composition using launch actions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

While the command line tools are useful for debugging and diagnosing component configurations, it is frequently more convenient to start a set of components at the same time.
To automate this action, we can use the functionality in ``ros2 launch``.
To automate this action, we can use a `launch file <https://github.com/ros2/demos/blob/{REPOS_FILE_BRANCH}/composition/launch/composition_demo_launch.py>`__:

.. code-block:: bash
Expand Down

0 comments on commit a3ed45c

Please sign in to comment.