-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.xml
32 lines (24 loc) · 1023 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
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package>
<name>xenobot</name>
<version>0.0.1</version>
<description>HSV color based object tracking package</description>
<maintainer email="[email protected]">Shengwen Cheng</maintainer>
<license>MIT</license>
<!-- <url type="website">http://wiki.ros.org/duck_detect</url> -->
<!-- <author email="[email protected]">Jane Doe</author> -->
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>cv_bridge</buildtool_depend>
<buildtool_depend>sensor_msgs</buildtool_depend>
<buildtool_depend>std_msgs</buildtool_depend>
<buildtool_depend>roscpp</buildtool_depend>
<buildtool_depend>message_generation</buildtool_depend>
<buildtool_depend>apriltags</buildtool_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>message_runtime</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>