@@ -145,6 +145,55 @@ Recoveries
145
145
.. _Wait : https://github.com/ros-planning/navigation2/tree/main/nav2_recoveries/plugins
146
146
.. _Clear Costmap : https://github.com/ros-planning/navigation2/blob/main/nav2_costmap_2d/src/clear_costmap_service.cpp
147
147
148
+ Waypoint Task Executors
149
+ =======================
150
+
151
+ +---------------------------------+------------------------+----------------------------------+
152
+ | Plugin Name | Creator | Description |
153
+ +=================================+========================+==================================+
154
+ | `WaitAtWaypoint `_ | Fetullah Atas | A plugin to execute a wait |
155
+ | | | behavior on |
156
+ | | | waypoint arrivals. |
157
+ | | | |
158
+ +---------------------------------+------------------------+----------------------------------+
159
+
160
+ .. _WaitAtWaypoint : https://github.com/ros-planning/navigation2/tree/main/nav2_waypoint_follower/plugins/wait_at_waypoint.cpp
161
+
162
+ Goal Checkers
163
+ =============
164
+
165
+ +---------------------------------+------------------------+----------------------------------+
166
+ | Plugin Name | Creator | Description |
167
+ +=================================+========================+==================================+
168
+ | `SimpleGoalChecker `_ | David Lu!! | A plugin check whether robot |
169
+ | | | is within translational distance |
170
+ | | | and rotational distance of goal. |
171
+ | | | |
172
+ +---------------------------------+------------------------+----------------------------------+
173
+ | `StoppedGoalChecker `_ | David Lu!! | A plugin check whether robot |
174
+ | | | is within translational distance |
175
+ | | | , rotational distance of goal, |
176
+ | | | and velocity threshold. |
177
+ +---------------------------------+------------------------+----------------------------------+
178
+
179
+ .. _SimpleGoalChecker : https://github.com/ros-planning/navigation2/blob/main/nav2_controller/plugins/simple_goal_checker.cpp
180
+ .. _StoppedGoalChecker : https://github.com/ros-planning/navigation2/blob/main/nav2_controller/plugins/stopped_goal_checker.cpp
181
+
182
+ Progress Checkers
183
+ =================
184
+
185
+ +---------------------------------+------------------------+----------------------------------+
186
+ | Plugin Name | Creator | Description |
187
+ +=================================+========================+==================================+
188
+ | `SimpleProgressChecker `_ | David Lu!! | A plugin to check whether the |
189
+ | | | robot was able to move a minimum |
190
+ | | | distance in a given time to |
191
+ | | | make progress towards a goal |
192
+ +---------------------------------+------------------------+----------------------------------+
193
+
194
+ .. _SimpleProgressChecker : https://github.com/ros-planning/navigation2/blob/main/nav2_controller/plugins/simple_progress_checker.cpp
195
+
196
+
148
197
Behavior Tree Nodes
149
198
===================
150
199
@@ -270,14 +319,3 @@ Behavior Tree Nodes
270
319
.. _Pipeline Sequence : https://github.com/ros-planning/navigation2/tree/main/nav2_behavior_tree/plugins/control/pipeline_sequence.cpp
271
320
.. _Recovery : https://github.com/ros-planning/navigation2/tree/main/nav2_behavior_tree/plugins/control/recovery_node.cpp
272
321
.. _Round Robin : https://github.com/ros-planning/navigation2/tree/main/nav2_behavior_tree/plugins/control/round_robin_node.cpp
273
-
274
- +---------------------------------+------------------------+----------------------------------+
275
- | Waypoint Follower Plugin Name | Creator | Description |
276
- +=================================+========================+==================================+
277
- | `Waypoint Task Executor `_ | Fetullah Atas | A plugin interface to define |
278
- | | | specific tasks to be executed on |
279
- | | | waypoint arrivals. |
280
- | | | |
281
- +---------------------------------+------------------------+----------------------------------+
282
-
283
- .. _Waypoint Task Executor : https://github.com/ros-planning/navigation2/tree/main/nav2_waypoint_follower/plugins/wait_at_waypoint.cpp
0 commit comments