Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lalancette <[email protected]>
Signed-off-by: David V. Lu!! <[email protected]>
  • Loading branch information
DLu and clalancette authored Feb 16, 2024
1 parent 605d1a7 commit 3958cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Concepts/Intermediate/About-Composition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Additionally, once a component is created, it must be registered with the index
# To register multiple components in the same shared library, use multiple calls
# rclcpp_components_register_nodes(talker_component "composition::Talker2")
For an example, :doc:`check out this tutorial <../Tutorials/Intermediate/Writing-a-Composable-Node>`
For an example, :doc:`check out this tutorial <../../Tutorials/Intermediate/Writing-a-Composable-Node>`

.. note::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Replace your main method with a ``pluginlib``-style macro invocation.

CMake Changes
^^^^^^^^^^^^^
First, add ``rclcpp_components`` as a dependency in your `CMakeLists.txt <https://github.com/ros2/demos/tree/{REPOS_FILE_BRANCH}/composition/CMakeLists.txt>`__ with
First, add ``rclcpp_components`` as a dependency in your CMakeLists.txt with:

.. code-block:: cmake
Expand Down

0 comments on commit 3958cb6

Please sign in to comment.