Skip to content

Commit c7d5cfb

Browse files
committed
Use new ED pluginlib
1 parent aa3a144 commit c7d5cfb

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

ed_sensor_integration/package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@
2121
<depend>tue_filesystem</depend>
2222
<depend>visualization_msgs</depend>
2323

24+
<export>
25+
<ed plugin="${prefix}/plugins.xml" />
26+
</export>
27+
2428
</package>

ed_sensor_integration/plugins.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<class_libraries>
3+
<library path="lib/libed_kinect_plugin">
4+
<class type="KinectPlugin" base_class_type="ed::Plugin">
5+
<description>Plugin to expose ROS interfaces to update and segment entities.</description>
6+
</class>
7+
</library>
8+
<library path="lib/libed_laser_plugin">
9+
<class type="LaserPlugin" base_class_type="ed::Plugin">
10+
<description>Plugin that segments entities from laser points that can't be matched with the current WM.</description>
11+
</class>
12+
</library>
13+
<library path="lib/libed_clearer_plugin">
14+
<class type="ClearerPlugin" base_class_type="ed::Plugin">
15+
<description>Plugin to clear certain entities after not being updated for a while.</description>
16+
</class>
17+
</library>
18+
</class_libraries>

0 commit comments

Comments
 (0)