-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathplugin_description.xml
43 lines (37 loc) · 1.19 KB
/
plugin_description.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
<library path="lib/libmulti_map_navigation">
<class name="rviz/Navigator"
type="rviz::Navigator"
base_class_type="rviz::Panel">
<description>
Navigation Panel: Multi-map Goal Manager
</description>
</class>
<class name="rviz/MultiMapPoseTool"
type="rviz::MultiMapPoseTool"
base_class_type="rviz::Tool">
<description>
2D Pose estimate tool in multi-map environments
</description>
</class>
<class name="rviz/MapManager"
type="rviz::MapManager"
base_class_type="rviz::Panel">
<description>
Static-Map manager with alignment tools
</description>
</class>
<class name="rviz/BaseMapCommPoseTool"
type="rviz::BaseMapCommPoseTool"
base_class_type="rviz::Tool">
<description>
Tool for estimating the common pose in the base (reference) map (To be used with MapManager)
</description>
</class>
<class name="rviz/SecondaryMapCommPoseTool"
type="rviz::SecondaryMapCommPoseTool"
base_class_type="rviz::Tool">
<description>
Tool for estimating the common pose in the secondary map. (To be used with MapManager)
</description>
</class>
</library>