forked from swatbotics/apriltags-cpp
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.xml
22 lines (22 loc) · 870 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
<?xml version="1.0"?>
<package format="2">
<name>apriltagscpp</name>
<version>0.0.2</version>
<description>
Personal Robotics Lab's fork of Apriltags which was originally
developed by the April laboratory at the University of Michigan.
The Swatbotics port reimplements the detection core using OpenCV
and CGAL for improved performance.
</description>
<url type="repository">https://github.com/personalrobotics/apriltags-cpp</url>
<maintainer email="[email protected]">Aaron Walsman</maintainer>
<author email="[email protected]">Aaron Walsman</author>
<author email="[email protected]">Pras Velagapudi</author>
<license>BSD</license>
<!-- This is required by REP-136. -->
<exec_depend>catkin</exec_depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>