-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.xml
43 lines (33 loc) · 1.28 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
39
40
41
42
43
<?xml version="1.0"?>
<package format="2">
<name>bwi_planning_common</name>
<version>0.3.12</version>
<description>
Common data structures, messages and service defintions used for
deterministic planning work in the BWI project at the University of Texas
at Austin
</description>
<maintainer email="[email protected]">Piyush Khandelwal</maintainer>
<maintainer email="[email protected]">Jack O'Quin</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/bwi_planning_common</url>
<url type="repository">https://github.com/utexas-bwi/segbot.git</url>
<url type="bugtracker">https://github.com/utexas-bwi/segbot/issues</url>
<author email="[email protected]">Piyush Khandelwal</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>bwi_mapper</depend>
<depend>bwi_tools</depend>
<depend>cv_bridge</depend>
<depend>sdl-image</depend>
<depend>std_msgs</depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>python_qt_binding</exec_depend>
<exec_depend>qt_gui</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>rqt_gui</exec_depend>
<exec_depend>rqt_gui_py</exec_depend>
<export>
<rqt_gui plugin="${prefix}/plugin.xml" />
</export>
</package>