-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.xml
35 lines (28 loc) · 947 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
33
34
35
<?xml version="1.0"?>
<package format="2">
<name>dbot_ros</name>
<version>0.1.0</version>
<description>The dbot_ros package</description>
<maintainer email="[email protected]">Jan Issac</maintainer>
<license>GNU GPL</license>
<url type="website">https://github.com/bayesian-object-tracking/dbot_ros</url>
<author email="[email protected]">Jan Issac</author>
<author email="[email protected]">Manuel Wuthrich</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>OpenCV</depend>
<depend>cv_bridge</depend>
<depend>message_filters</depend>
<depend>image_transport</depend>
<depend>fl</depend>
<depend>dbot</depend>
<depend>dbot_ros_msgs</depend>
<depend>interactive_markers</depend>
<export>
<!-- <metapackage/> -->
</export>
</package>