Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Tutorials/Approximate-Synchronizer-Python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Navigate to the root of your package's directory, where ``package.xml`` is locat

.. code-block:: xml

<exec_depend>rclpy</exec_depend>
<exec_depend>message_filters</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>sensor_msgs</exec_depend>

2.2 Add an entry point
Expand Down
2 changes: 1 addition & 1 deletion doc/Tutorials/Cache-Cpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ Navigate to your package root and add the following dependencies in ``package.xm

.. code-block:: xml

<depend>rclcpp</depend>
<depend>message_filters</depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>

3. Add the Node to a CMakeLists.txt
Expand Down
2 changes: 1 addition & 1 deletion doc/Tutorials/Cache-Python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ Navigate to your package root and add the following dependencies in ``package.xm

.. code-block:: xml

<depend>rclpy</depend>
<depend>message_filters</depend>
<depend>rclpy</depend>
<depend>std_msgs</depend>

3. Add Entry Point in setup.py
Expand Down
2 changes: 1 addition & 1 deletion doc/Tutorials/Chain-Cpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ Navigate to your package root and add the following dependencies in ``package.xm

.. code-block:: xml

<depend>rclcpp</depend>
<depend>message_filters</depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>

3. Add the Node to a CMakeLists.txt
Expand Down
2 changes: 1 addition & 1 deletion doc/Tutorials/Chain-Python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ Navigate to your package root and add the following dependencies in ``package.xm

.. code-block:: xml

<depend>rclpy</depend>
<depend>message_filters</depend>
<depend>rclpy</depend>
<depend>std_msgs</depend>

3. Add Entry Point in setup.py
Expand Down
Loading