forked from ros-perception/pointcloud_to_laserscan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnodelets.xml
More file actions
23 lines (18 loc) · 718 Bytes
/
nodelets.xml
File metadata and controls
23 lines (18 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<library path="lib/libpointcloud_to_laserscan">
<class name="pointcloud_to_laserscan/pointcloud_to_laserscan_nodelet"
type="pointcloud_to_laserscan::PointCloudToLaserScanNodelet"
base_class_type="nodelet::Nodelet">
<description>
Nodelet to convert sensor_msgs/PointCloud2 to sensor_msgs/LaserScans.
</description>
</class>
</library>
<library path="lib/liblaserscan_to_pointcloud">
<class name="pointcloud_to_laserscan/laserscan_to_pointcloud_nodelet"
type="pointcloud_to_laserscan::LaserScanToPointCloudNodelet"
base_class_type="nodelet::Nodelet">
<description>
Nodelet to convert sensor_msgs/LaserScan to sensor_msgs/PointCloud2.
</description>
</class>
</library>