-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.xml
47 lines (39 loc) · 1.56 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
44
45
46
47
<package>
<name>rqt_py_trees</name>
<version>0.4.1</version>
<description>
rqt_py_trees provides a GUI plugin for visualizing py_trees behaviour trees based on rqt_tf_tree.
</description>
<maintainer email="[email protected]">Michal Staniaszek</maintainer>
<maintainer email="[email protected]">Daniel Stonier</maintainer>
<maintainer email="[email protected]">Naveed Usmani</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rqt_py_trees</url>
<url type="repository">https://github.com/stonier/rqt_py_trees</url>
<url type="bugtracker">https://github.com/stonier/rqt_py_trees/issues</url>
<author>Thibault Kruse</author>
<author>Michal Staniaszek</author>
<author>Daniel Stonier</author>
<author>Naveed Usmani</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>py_trees</build_depend>
<build_depend>py_trees_msgs</build_depend>
<build_depend>rqt_bag</build_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>python3-rospkg</run_depend>
<run_depend>python3-termcolor</run_depend>
<run_depend>qt_dotgraph</run_depend>
<run_depend>rospy</run_depend>
<run_depend>rqt_graph</run_depend>
<run_depend>rqt_gui</run_depend>
<run_depend>rqt_gui_py</run_depend>
<run_depend>py_trees</run_depend>
<run_depend>py_trees_msgs</run_depend>
<run_depend>rqt_bag</run_depend>
<run_depend>unique_id</run_depend>
<run_depend>python3-pygraphviz</run_depend>
<test_depend>python3-mock</test_depend>
<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>