forked from introlab/rtabmap_ros
-
Notifications
You must be signed in to change notification settings - Fork 1
/
nodelet_plugins.xml
148 lines (128 loc) · 3.81 KB
/
nodelet_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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<library path="lib/librtabmap_ros">
<class name="rtabmap_ros/rtabmap"
type="rtabmap_ros::CoreWrapper"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/rgbd_odometry"
type="rtabmap_ros::RGBDOdometry"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/stereo_odometry"
type="rtabmap_ros::StereoOdometry"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/rgbdicp_odometry"
type="rtabmap_ros::RGBDICPOdometry"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/icp_odometry"
type="rtabmap_ros::ICPOdometry"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/data_throttle"
type="rtabmap_ros::DataThrottleNodelet"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/stereo_throttle"
type="rtabmap_ros::StereoThrottleNodelet"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/data_odom_sync"
type="rtabmap_ros::DataOdomSyncNodelet"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/point_cloud_xyzrgb"
type="rtabmap_ros::PointCloudXYZRGB"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/point_cloud_xyz"
type="rtabmap_ros::PointCloudXYZ"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/disparity_to_depth"
type="rtabmap_ros::DisparityToDepth"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/pointcloud_to_depthimage"
type="rtabmap_ros::PointCloudToDepthImage"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/obstacles_detection"
type="rtabmap_ros::ObstaclesDetection"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/obstacles_detection_old"
type="rtabmap_ros::ObstaclesDetectionOld"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/point_cloud_aggregator"
type="rtabmap_ros::PointCloudAggregator"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/rgbd_sync"
type="rtabmap_ros::RGBDSync"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/stereo_sync"
type="rtabmap_ros::StereoSync"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
<class name="rtabmap_ros/undistort_depth"
type="rtabmap_ros::UndistortDepth"
base_class_type="nodelet::Nodelet">
<description>
This is my nodelet.
</description>
</class>
</library>