-
Notifications
You must be signed in to change notification settings - Fork 93
/
nodelet_plugins.xml
27 lines (27 loc) · 1.07 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
<library path="lib/libimage_undistort_nodelet">
<class name="image_undistort/ImageUndistortNodelet" type="image_undistort::ImageUndistortNodelet" base_class_type="nodelet::Nodelet">
<description>
Image undistort nodelet
</description>
</class>
<class name="image_undistort/StereoInfoNodelet" type="image_undistort::StereoInfoNodelet" base_class_type="nodelet::Nodelet">
<description>
Stereo info nodelet
</description>
</class>
<class name="image_undistort/StereoUndistortNodelet" type="image_undistort::StereoUndistortNodelet" base_class_type="nodelet::Nodelet">
<description>
Stereo undistort nodelet
</description>
</class>
<class name="image_undistort/DepthNodelet" type="image_undistort::DepthNodelet" base_class_type="nodelet::Nodelet">
<description>
Depth nodelet
</description>
</class>
<class name="image_undistort/PointToBearingNodelet" type="image_undistort::PointToBearingNodelet" base_class_type="nodelet::Nodelet">
<description>
Point to bearing nodelet
</description>
</class>
</library>