forked from ros-navigation/navigation2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehavior_plugin.xml
25 lines (22 loc) · 879 Bytes
/
behavior_plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<class_libraries>
<library path="nav2_spin_behavior">
<class name="nav2_behaviors/Spin" type="nav2_behaviors::Spin" base_class_type="nav2_core::Behavior">
<description></description>
</class>
</library>
<library path="nav2_back_up_behavior">
<class name="nav2_behaviors/BackUp" type="nav2_behaviors::BackUp" base_class_type="nav2_core::Behavior">
<description></description>
</class>
</library>
<library path="nav2_drive_on_heading_behavior">
<class name="nav2_behaviors/DriveOnHeading" type="nav2_behaviors::DriveOnHeading<>" base_class_type="nav2_core::Behavior">
<description></description>
</class>
</library>
<library path="nav2_wait_behavior">
<class name="nav2_behaviors/Wait" type="nav2_behaviors::Wait" base_class_type="nav2_core::Behavior">
<description></description>
</class>
</library>
</class_libraries>