-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.xml
40 lines (31 loc) · 1.14 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
34
35
36
37
38
<?xml version="1.0"?>
<package format="2">
<name>cob_fiducials</name>
<version>0.1.1</version>
<description>
Fiducial recognition. Implementation of different 2D tags like PI-tag from Bergamasco et al. for recognition with a single 2D camera.
</description>
<author>Jan Fischer</author>
<maintainer email="[email protected]">Richard Bormann</maintainer>
<license>BSD-2-Clause</license> <!-- the vendored aruco detector -->
<license>LGPL</license> <!-- the ROS wrapper -->
<url>http://ros.org/wiki/cob_fiducials</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>boost</depend>
<depend>cmake_modules</depend>
<depend>cob_object_detection_msgs</depend>
<depend>cob_vision_utils</depend>
<depend>cv_bridge</depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>image_transport</depend>
<depend>libopencv-dev</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>tf</depend>
<depend>tinyxml</depend>
<depend>visualization_msgs</depend>
<exec_depend>rospy</exec_depend>
</package>