Skip to content

Commit

Permalink
Update Composition.rst (#4065)
Browse files Browse the repository at this point in the history
corrected a typo and a punctuation mark

Signed-off-by: Muhammad Ashfaq <[email protected]>
(cherry picked from commit ed58e0f)
  • Loading branch information
ashfaq92 authored and mergify[bot] committed Dec 18, 2023
1 parent 7f369d3 commit e3113fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Tutorials/Intermediate/Composition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ In this case the client sends a request to the server, the server processes the
Compile-time composition using ROS services
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This demos shows that the same shared libraries can be reused to compile a single executable running multiple components.
This demo shows that the same shared libraries can be reused to compile a single executable running multiple components.
The executable contains all four components from above: talker and listener as well as server and client.

In the shell call (see `source code <https://github.com/ros2/demos/blob/{REPOS_FILE_BRANCH}/composition/src/manual_composition.cpp>`__):
Expand All @@ -155,7 +155,7 @@ Run-time composition using dlopen
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This demo presents an alternative to run-time composition by creating a generic container process and explicitly passing the libraries to load without using ROS interfaces.
The process will open each library and create one instance of each "rclcpp::Node" class in the library `source code <https://github.com/ros2/demos/blob/{REPOS_FILE_BRANCH}/composition/src/dlopen_composition.cpp>`__).
The process will open each library and create one instance of each "rclcpp::Node" class in the library (`source code <https://github.com/ros2/demos/blob/{REPOS_FILE_BRANCH}/composition/src/dlopen_composition.cpp>`__).

.. tabs::

Expand Down

0 comments on commit e3113fe

Please sign in to comment.