Skip to content

Commit 5a484d2

Browse files
Update Composition.rst with installation instruction (#4426) (#4432)
* Update Composition.rst with installation instruction * Update Composition.rst with prerequisite * Remove unnecessary lines * Merge the section with the one below. That way we don't have two sections saying mostly the same thing. Signed-off-by: Benjamin-Tan <[email protected]> Signed-off-by: Chris Lalancette <[email protected]> (cherry picked from commit 395bb39) Co-authored-by: Benjamin-Tan <[email protected]>
1 parent ac523ce commit 5a484d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/Tutorials/Intermediate/Composition.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ See the :doc:`conceptual article <../../Concepts/Intermediate/About-Composition>
2323

2424
For information on how to write a composable node, :doc:`check out this tutorial <Writing-a-Composable-Node>`.
2525

26-
Run the demos
26+
Prerequisites
2727
-------------
2828

29-
The demos use executables from `rclcpp_components <https://github.com/ros2/rclcpp/tree/{REPOS_FILE_BRANCH}/rclcpp_components>`__, `ros2component <https://github.com/ros2/ros2cli/tree/{REPOS_FILE_BRANCH}/ros2component>`__, and `composition <https://github.com/ros2/demos/tree/{REPOS_FILE_BRANCH}/composition>`__ packages, and can be run with the following commands.
29+
This tutorial uses executables from the `rclcpp_components <https://github.com/ros2/rclcpp/tree/{REPOS_FILE_BRANCH}/rclcpp_components>`__, `ros2component <https://github.com/ros2/ros2cli/tree/{REPOS_FILE_BRANCH}/ros2component>`__, `composition <https://github.com/ros2/demos/tree/{REPOS_FILE_BRANCH}/composition>`__, and `image_tools <https://github.com/ros2/demos/tree/{REPOS_FILE_BRANCH}/image_tools>`__ packages. If you've followed the :doc:`installation instructions <../../Installation>` for your platform, these should already be installed.
3030

31+
Run the demos
32+
-------------
3133

3234
Discover available components
3335
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)