Skip to content

Commit 9b722a8

Browse files
committed
Provide lookup names for plugins
1 parent 5d4f95f commit 9b722a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ed_sensor_integration/plugins.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0"?>
22
<class_libraries>
33
<library path="lib/libed_kinect_plugin">
4-
<class type="KinectPlugin" base_class_type="ed::Plugin">
4+
<class name="ed_sensor_integration/rgbd" type="KinectPlugin" base_class_type="ed::Plugin">
55
<description>Plugin to expose ROS interfaces to update and segment entities.</description>
66
</class>
77
</library>
88
<library path="lib/libed_laser_plugin">
9-
<class type="LaserPlugin" base_class_type="ed::Plugin">
9+
<class name="ed_sensor_integration/laser" type="LaserPlugin" base_class_type="ed::Plugin">
1010
<description>Plugin that segments entities from laser points that can't be matched with the current WM.</description>
1111
</class>
1212
</library>
1313
<library path="lib/libed_clearer_plugin">
14-
<class type="ClearerPlugin" base_class_type="ed::Plugin">
14+
<class name="ed_sensor_integration/clearer" type="ClearerPlugin" base_class_type="ed::Plugin">
1515
<description>Plugin to clear certain entities after not being updated for a while.</description>
1616
</class>
1717
</library>

0 commit comments

Comments
 (0)