-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.xml
31 lines (23 loc) · 955 Bytes
/
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
<?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>opencv_cam</name>
<version>0.2.0</version>
<description>OpenCV camera driver</description>
<maintainer email="[email protected]">Clyde McQueen</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/clydemcqueen/opencv_cam.git</url>
<url type="bugtracker">https://github.com/clydemcqueen/opencv_cam/issues</url>
<author>Clyde McQueen</author>
<author>Peter Mullen</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>camera_calibration_parsers</depend>
<depend>class_loader</depend>
<depend>libopencv-dev</depend>
<depend>rclcpp</depend>
<depend>ros2_shared</depend>
<depend>sensor_msgs</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>