forked from AprilRobotics/apriltag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
28 lines (22 loc) · 1.13 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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>apriltag</name>
<version>3.1.7</version>
<description>AprilTag detector library</description>
<maintainer email="[email protected]">Max Krogius</maintainer>
<maintainer email="[email protected]">Wolfgang Merkt</maintainer>
<author email="[email protected]">Edwin Olson</author>
<author email="[email protected]">Max Krogius</author>
<license>BSD</license>
<url>https://april.eecs.umich.edu/software/apriltag.html</url>
<buildtool_depend>cmake</buildtool_depend>
<!-- Do not install numpy for Python2, so it won't build a Python3 wrapper when Python2 is ROS-default -->
<!--<build_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</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>