forked from christianrauch/apriltag_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (21 loc) · 664 Bytes
/
package.xml
File metadata and controls
25 lines (21 loc) · 664 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>apriltag_ros</name>
<version>2.1.0</version>
<description>AprilTag detection node</description>
<maintainer email="Rauch.Christian@gmx.de">Christian Rauch</maintainer>
<license>MIT</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>eigen</build_depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>sensor_msgs</depend>
<depend>tf2_msgs</depend>
<depend>apriltag_msgs</depend>
<depend>apriltag</depend>
<depend>image_transport</depend>
<depend>cv_bridge</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>