forked from personalrobotics/apriltags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
33 lines (33 loc) · 1.26 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
<?xml version="1.0"?>
<package format="2">
<name>apriltags</name>
<version>0.0.2</version>
<description>
ROS wrapper for the Swatbotics C++ port of the Apriltags visual
fiducial tracker. Apriltags 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</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>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>eigen</build_depend>
<build_depend>git</build_depend>
<build_depend>message_generation</build_depend>
<depend>cgal</depend>
<depend>cv_bridge</depend>
<depend>geometry_msgs</depend>
<depend>image_transport</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>visualization_msgs</depend>
<depend>apriltagscpp</depend>
<depend>yaml-cpp</depend>
<exec_depend>message_runtime</exec_depend>
</package>