forked from tysik/obstacle_detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rviz_plugins.xml
44 lines (38 loc) · 1.12 KB
/
rviz_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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<library path="lib/libobstacle_detector_gui">
<class name="Scans Merger"
type="obstacle_detector::ScansMergerPanel"
base_class_type="rviz::Panel">
<description>
Scans Merger Panel.
</description>
</class>
<class name="Obstacle Extractor"
type="obstacle_detector::ObstacleExtractorPanel"
base_class_type="rviz::Panel">
<description>
Obstacle Extractor Panel.
</description>
</class>
<class name="Obstacle Tracker"
type="obstacle_detector::ObstacleTrackerPanel"
base_class_type="rviz::Panel">
<description>
Obstacle Tracker Panel.
</description>
</class>
<class name="Obstacle Publisher"
type="obstacle_detector::ObstaclePublisherPanel"
base_class_type="rviz::Panel">
<description>
Obstacle Publisher Panel.
</description>
</class>
<class name="Obstacles"
type="obstacles_display::ObstaclesDisplay"
base_class_type="rviz::Display">
<description>
Obstacles Display
</description>
<message_type>obstacle_detector/Obstacles</message_type>
</class>
</library>