forked from introlab/rtabmap_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rviz_plugins.xml
33 lines (33 loc) · 1.11 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
<library path="lib/librtabmap_rviz_plugins">
<class name="rtabmap_ros/MapCloud"
type="rtabmap_ros::MapCloudDisplay"
base_class_type="rviz::Display">
<description>
Displays graph point clouds from rtabmap_ros/MapData messages.
</description>
<message_type>rtabmap_ros/MapData</message_type>
</class>
<class name="rtabmap_ros/MapGraph"
type="rtabmap_ros::MapGraphDisplay"
base_class_type="rviz::Display">
<description>
Displays graphs from rtabmap_ros/MapGraph messages.
</description>
<message_type>rtabmap_ros/MapGraph</message_type>
</class>
<class name="rtabmap_ros/Info"
type="rtabmap_ros::InfoDisplay"
base_class_type="rviz::Display">
<description>
Displays information from rtabmap_ros/Info messages.
</description>
<message_type>rtabmap_ros/Info</message_type>
</class>
<class name="rtabmap_ros/OrbitOriented"
type="rtabmap_ros::OrbitOrientedViewController"
base_class_type="rviz::ViewController">
<description>
Camera orbit with orientation.
</description>
</class>
</library>