Skip to content

Commit

Permalink
Update Writing-A-Simple-Cpp-Publisher-And-Subscriber.rst (#965) (#982)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c170ab)

Co-authored-by: woodz- <[email protected]>
(cherry picked from commit f87dfe0)
  • Loading branch information
mergify[bot] authored and mergify-bot committed Jan 4, 2021
1 parent 9ece03f commit 8e273a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Add a new line after the ``ament_cmake`` buildtool dependency and paste the foll
<depend>rclcpp</depend>
<depend>std_msgs</depend>
This declares the package needs ``rclpp`` and ``std_msgs`` when its code is executed.
This declares the package needs ``rclcpp`` and ``std_msgs`` when its code is executed.

Make sure to save the file.

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

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

.. tabs::
Expand Down

0 comments on commit 8e273a6

Please sign in to comment.