forked from ouster-lidar/ouster-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ouster_ros_nodelets.xml
32 lines (32 loc) · 1.51 KB
/
ouster_ros_nodelets.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
<library path="lib/libouster_ros_nodelets">
<class name="ouster_ros/OusterSensor" type="ouster_ros::OusterSensor" base_class_type="nodelet::Nodelet">
<description>
A nodelet that connects to an Ouster sensor and publish incoming imu and lidar packets to other ros nodes.
</description>
</class>
<class name="ouster_ros/OusterReplay" type="ouster_ros::OusterReplay" base_class_type="nodelet::Nodelet">
<description>
A nodelet that can load up existing Ouster recordings and replay them.
</description>
</class>
<class name="ouster_ros/OusterPcap" type="ouster_ros::OusterPcap" base_class_type="nodelet::Nodelet">
<description>
A nodelet that can directly load ouster sensor data from a pcap file.
</description>
</class>
<class name="ouster_ros/OusterCloud" type="ouster_ros::OusterCloud" base_class_type="nodelet::Nodelet">
<description>
A nodelet that process incoming Ouster lidar packets and publishes a corresponding point cloud.
</description>
</class>
<class name="ouster_ros/OusterImage" type="ouster_ros::OusterImage" base_class_type="nodelet::Nodelet">
<description>
A nodelet that processes Ouster point clouds and publish them as depth images.
</description>
</class>
<class name="ouster_ros/OusterDriver" type="ouster_ros::OusterDriver" base_class_type="nodelet::Nodelet">
<description>
A nodelet that combines the capabilities of OusterSensor, OusterCloud and OusterImage into a single nodelet.
</description>
</class>
</library>