Skip to content

Commit 6c170ab

Browse files
authored
Update Writing-A-Simple-Cpp-Publisher-And-Subscriber.rst (ros2#965)
1 parent 1514874 commit 6c170ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Tutorials/Writing-A-Simple-Cpp-Publisher-And-Subscriber.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Add a new line after the ``ament_cmake`` buildtool dependency and paste the foll
225225
<depend>rclcpp</depend>
226226
<depend>std_msgs</depend>
227227
228-
This declares the package needs ``rclpp`` and ``std_msgs`` when its code is executed.
228+
This declares the package needs ``rclcpp`` and ``std_msgs`` when its code is executed.
229229

230230
Make sure to save the file.
231231

@@ -413,7 +413,7 @@ Make sure to save the file, and then your pub/sub system should be ready for use
413413

414414
4 Build and run
415415
^^^^^^^^^^^^^^^
416-
You likely already have the ``rclpp`` and ``std_msgs`` packages installed as part of your ROS 2 system.
416+
You likely already have the ``rclcpp`` and ``std_msgs`` packages installed as part of your ROS 2 system.
417417
It's good practice to run ``rosdep`` in the root of your workspace (``dev_ws``) to check for missing dependencies before building:
418418

419419
.. tabs::

0 commit comments

Comments
 (0)