forked from jackg0/flir_adk_ethernet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nodelet_plugins.xml
23 lines (23 loc) · 1.09 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
<?xml version="1.0"?>
<library path="lib/libBosonCameraEthernet">
<class name="flir_adk_ethernet/CameraController" type="flir_adk_ethernet::CameraController" base_class_type="nodelet::Nodelet">
<description>
Handles the connection to a FLIR Boson Ethernet camera and grabs frames using OpenCV.
</description>
</class>
<class name="flir_adk_ethernet/SyncCameraController" type="flir_adk_ethernet::SyncCameraController" base_class_type="nodelet::Nodelet">
<description>
Handles the connection to a FLIR Boson Ethernet camera and grabs frames using OpenCV.
</description>
</class>
<class name="flir_adk_ethernet/TimeSynchronizer" type="flir_adk_ethernet::TimeSynchronizer" base_class_type="nodelet::Nodelet">
<description>
Sends signal to trigger sending image frames to topics
</description>
</class>
<class name="flir_adk_ethernet/TimeDifference" type="flir_adk_ethernet::TimeDifference" base_class_type="nodelet::Nodelet">
<description>
Quantifies the difference in timing between ethernet and ROS timestamps
</description>
</class>
</library>