forked from ros-navigation/navigation2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.xml
17 lines (17 loc) · 817 Bytes
/
plugins.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<class_libraries>
<library path="simple_progress_checker">
<class type="nav2_controller::SimpleProgressChecker" base_class_type="nav2_core::ProgressChecker">
<description>Checks if distance between current and previous pose is above a threshold</description>
</class>
</library>
<library path="simple_goal_checker">
<class type="nav2_controller::SimpleGoalChecker" base_class_type="nav2_core::GoalChecker">
<description>Checks if current pose is within goal window for x,y and yaw</description>
</class>
</library>
<library path="stopped_goal_checker">
<class type="nav2_controller::StoppedGoalChecker" base_class_type="nav2_core::GoalChecker">
<description>Checks linear and angular velocity after stopping</description>
</class>
</library>
</class_libraries>