forked from dilipkumar25/see3cam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
41 lines (34 loc) · 1.55 KB
/
package.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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>uvc_camera</name>
<version>0.3.0</version>
<description>
A collection of nodes that stream images from USB cameras (UVC)
and provide CameraInfo messages to consumers. Includes a
two-camera node that provides rough synchronization for stereo vision.
Supports the See3CAM extensions for selecting the trigger mode.
Uses the base driver from Morgan Quigley's uvc_cam package.
Is a migration from the package written by David Gossow for ROS
to ROS2 to use the Tara Stereo Camera. The migration isn't done
for the whole package, just the necessary to use that camera.
</description>
<author email="[email protected]">Lautaro Rinaldi</author>
<author email="[email protected]">Alejandro Rivosecchi</author>
<author email="[email protected]">David Gossow</author>
<maintainer email="[email protected]">Lautaro Rinaldi</maintainer>
<maintainer email="[email protected]">Alejandro Rivosecchi</maintainer>
<license>GPLv2</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>pluginlib</depend>
<depend>camera_info_manager</depend>
<depend>image_transport</depend>
<depend>nodelet</depend>
<depend>sensor_msgs</depend>
<export>
<nodelet plugin="${prefix}/nodelet_uvc_camera.xml"/>
<build_type>ament_cmake</build_type>
</export>
</package>