-
Notifications
You must be signed in to change notification settings - Fork 15
/
plugins.xml
23 lines (23 loc) · 938 Bytes
/
plugins.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<class_libraries>
<library path="lib/libed_hello_world_plugin">
<class name="ed/hello_world" type="HelloWorld" base_class_type="ed::Plugin">
<description>Plugin to print text</description>
</class>
</library>
<library path="lib/libed_robot_plugin">
<class name="ed/robot" type="RobotPlugin" base_class_type="ed::Plugin">
<description>Plugin to include the robot in the WM.</description>
</class>
</library>
<library path="lib/libed_tf_publisher_plugin">
<class name="ed/tf_publisher" type="TFPublisherPlugin" base_class_type="ed::Plugin">
<description>Plugin to publish tf frames of WM entities.</description>
</class>
</library>
<library path="lib/libed_sync_plugin">
<class name="ed/sync" type="SyncPlugin" base_class_type="ed::Plugin">
<description>Plugin to sync to another ED instance.</description>
</class>
</library>
</class_libraries>