-
Notifications
You must be signed in to change notification settings - Fork 538
/
package.xml
28 lines (22 loc) · 1.08 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
<?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>apriltag</name>
<version>3.4.2</version>
<description>AprilTag detector library</description>
<maintainer email="mkrogius@umich.edu">Max Krogius</maintainer>
<maintainer email="opensource@wolfgangmerkt.com">Wolfgang Merkt</maintainer>
<maintainer email="Rauch.Christian@gmx.de">Christian Rauch</maintainer>
<license>BSD</license>
<url>https://april.eecs.umich.edu/software/apriltag.html</url>
<author email="ebolson@umich.edu">Edwin Olson</author>
<author email="mkrogius@umich.edu">Max Krogius</author>
<buildtool_depend>cmake</buildtool_depend>
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-dev</build_depend>
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</build_depend>
<!-- Specify test dependency on OpenCV such that examples are built on the test server-->
<test_depend>libopencv-dev</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>