Skip to content

Commit 04da925

Browse files
authored
Add small clarification to cpp publish and subscriber tutorial (ros2#5734)
Signed-off-by: Nickyecen <[email protected]>
1 parent 2bf317e commit 04da925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Tutorials/Beginner-Client-Libraries/Writing-A-Simple-Cpp-Service-And-Client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The ``main`` function accomplishes the following, line by line:
166166
~~~~~~~~~~~~~~~~~~
167167

168168
The ``add_executable`` macro generates an executable you can run using ``ros2 run``.
169-
Add the following code block to ``CMakeLists.txt`` to create an executable named ``server``:
169+
Add the following code block to ``CMakeLists.txt`` just below the dependencies to create an executable named ``server``:
170170

171171
.. code-block:: cmake
172172

0 commit comments

Comments
 (0)