Skip to content

Commit 27cd0b6

Browse files
EsipovPAmergify[bot]
authored andcommitted
Add simple filter tutorials (#226)
Signed-off-by: EsipovPA <[email protected]> (cherry picked from commit c31a7a9) # Conflicts: # src/message_filters/__init__.py
1 parent aa8b926 commit 27cd0b6

File tree

8 files changed

+498
-5
lines changed

8 files changed

+498
-5
lines changed

doc/Tutorials/Approximate-Synchronizer-Python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Navigate to the root of your package's directory, where ``package.xml`` is locat
117117

118118
.. code-block:: xml
119119
120-
<exec_depend>rclpy</exec_depend>
121120
<exec_depend>message_filters</exec_depend>
121+
<exec_depend>rclpy</exec_depend>
122122
<exec_depend>sensor_msgs</exec_depend>
123123
124124
2.2 Add an entry point

doc/Tutorials/Cache-Cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ Navigate to your package root and add the following dependencies in ``package.xm
277277

278278
.. code-block:: xml
279279
280-
<depend>rclcpp</depend>
281280
<depend>message_filters</depend>
281+
<depend>rclcpp</depend>
282282
<depend>std_msgs</depend>
283283
284284
3. Add the Node to a CMakeLists.txt

doc/Tutorials/Cache-Python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ Navigate to your package root and add the following dependencies in ``package.xm
224224

225225
.. code-block:: xml
226226
227-
<depend>rclpy</depend>
228227
<depend>message_filters</depend>
228+
<depend>rclpy</depend>
229229
<depend>std_msgs</depend>
230230
231231
3. Add Entry Point in setup.py

doc/Tutorials/Chain-Cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ Navigate to your package root and add the following dependencies in ``package.xm
429429

430430
.. code-block:: xml
431431
432-
<depend>rclcpp</depend>
433432
<depend>message_filters</depend>
433+
<depend>rclcpp</depend>
434434
<depend>std_msgs</depend>
435435
436436
3. Add the Node to a CMakeLists.txt

doc/Tutorials/Chain-Python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ Navigate to your package root and add the following dependencies in ``package.xm
283283

284284
.. code-block:: xml
285285
286-
<depend>rclpy</depend>
287286
<depend>message_filters</depend>
287+
<depend>rclpy</depend>
288288
<depend>std_msgs</depend>
289289
290290
3. Add Entry Point in setup.py

0 commit comments

Comments
 (0)