Skip to content

Commit 8d7f77b

Browse files
committed
address more review comments.
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent f3aad80 commit 8d7f77b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

source/Concepts/Intermediate/About-Composition.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ By making the process layout a deploy-time decision the user can choose between:
3333

3434
Additionally ``ros2 launch`` can be used to automate these actions through specialized launch actions.
3535

36-
.. _ComponentContainerTypes:
36+
.. _ComponentContainer:
3737

3838
Component Container
3939
-------------------
@@ -55,6 +55,7 @@ As of now, the following generic component container types are available:
5555
* Component container that uses a dedicated executor for each component: either ``SingleThreadedExecutor`` (default) or ``MultiThreadedExecutor``.
5656

5757
For more information about the types of executors, see the :ref:`TypesOfExecutors`.
58+
For more information about the option of each component container, see :ref:`ComponentContainerTypes` in the composition tutorial.
5859

5960
Writing a Component
6061
-------------------

source/Tutorials/Intermediate/Composition.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,12 @@ Advanced Topics
210210

211211
Now that we have seen the basic operation of components, we can discuss a few more advanced topics.
212212

213-
Component Container Types
213+
.. _ComponentContainerTypes:
214+
215+
Component container types
214216
^^^^^^^^^^^^^^^^^^^^^^^^^
215217

216-
As introduced in :ref:`ComponentContainerTypes`, there are a few component container types with different options.
218+
As introduced in :ref:`ComponentContainer`, there are a few component container types with different options.
217219
You can choose the most appropriate component container type for your requirement.
218220

219221
* ``component_container`` (No options / parameters available)

0 commit comments

Comments
 (0)