forked from splintered-reality/py_trees_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
61 lines (50 loc) · 1.99 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<package format="2">
<name>py_trees_ros</name>
<version>0.5.6</version>
<description>
Ros extensions and behaviours for py_trees.
</description>
<maintainer email="stonier@yujinrobot.com">Daniel Stonier</maintainer>
<maintainer email="m.staniaszek@gmail.com">Michal Staniaszek</maintainer>
<maintainer email="naveedhd@gmail.com">Naveed Usmani</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/py_trees</url>
<url type="repository">https://github.com/stonier/py_trees_ros</url>
<url type="bugtracker">https://github.com/stonier/py_trees_ros/issues</url>
<author>Daniel Stonier</author>
<author>Michal Staniaszek</author>
<author>Naveed Usmani</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>python-setuptools</build_depend>
<doc_depend>python-sphinx-argparse</doc_depend>
<doc_depend>python-sphinx-rtd-theme</doc_depend>
<doc_depend>python-catkin-pkg</doc_depend>
<doc_depend>py_trees</doc_depend>
<doc_depend>py_trees_msgs</doc_depend>
<!-- mocking & simulation dependencies -->
<exec_depend>dynamic_reconfigure</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>move_base_msgs</exec_depend>
<exec_depend>python-termcolor</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<!-- core dependencies -->
<exec_depend>actionlib</exec_depend>
<exec_depend>actionlib_msgs</exec_depend>
<exec_depend>py_trees</exec_depend>
<exec_depend>py_trees_msgs</exec_depend>
<exec_depend>python-rospkg</exec_depend>
<exec_depend>rosbag</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>unique_id</exec_depend>
<exec_depend>uuid_msgs</exec_depend>
<test_depend>py_trees</test_depend>
<test_depend>geometry_msgs</test_depend>
<test_depend>python_qt_binding</test_depend>
<test_depend>rostest</test_depend>
<test_depend>rosunit</test_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>