-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.xml
63 lines (59 loc) · 2.41 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
62
63
<?xml version="1.0"?>
<package format="2">
<name>herbpy</name>
<version>2.0.0</version>
<description>
Python library for interacting with HERB through OpenRAVE. HERB is a
bimanual mobile manipulator developed by the Personal Robotics Lab at
Carnegie Mellon University.
</description>
<url type="website">https://github.com/personalrobotics/herbpy</url>
<url type="repository">https://github.com/personalrobotics/herbpy.git</url>
<url type="bugtracker">https://github.com/personalrobotics/herbpy/issues</url>
<maintainer email="[email protected]">Michael Koval</maintainer>
<author email="[email protected]">Michael Koval</author>
<author email="[email protected]">Pras Velagapudi</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>python</depend>
<exec_depend>actionlib</exec_depend>
<exec_depend>actionlib_msgs</exec_depend>
<exec_depend>cbirrt2</exec_depend>
<exec_depend>or_trajopt</exec_depend>
<exec_depend>or_parabolicsmoother</exec_depend>
<exec_depend>herb_description</exec_depend>
<exec_depend>espeak</exec_depend>
<exec_depend>prpy</exec_depend>
<exec_depend>ipython</exec_depend>
<exec_depend>python-argparse</exec_depend>
<exec_depend>python-numpy</exec_depend>
<exec_depend>python-yaml</exec_depend>
<exec_depend>or_urdf</exec_depend>
<exec_depend>or_ompl</exec_depend>
<exec_depend>or_sbpl</exec_depend>
<exec_depend>openrave</exec_depend>
<exec_depend>python-yaml</exec_depend>
<exec_depend>tsr</exec_depend>
<test_depend>actionlib</test_depend>
<test_depend>actionlib_msgs</test_depend>
<test_depend>cbirrt2</test_depend>
<test_depend>or_trajopt</test_depend>
<test_depend>or_parabolicsmoother</test_depend>
<test_depend>herb_description</test_depend>
<test_depend>espeak</test_depend>
<test_depend>prpy</test_depend>
<test_depend>ipython</test_depend>
<test_depend>python-argparse</test_depend>
<test_depend>python-numpy</test_depend>
<test_depend>python-yaml</test_depend>
<test_depend>or_urdf</test_depend>
<test_depend>or_ompl</test_depend>
<test_depend>or_sbpl</test_depend>
<test_depend>openrave</test_depend>
<test_depend>python-yaml</test_depend>
<test_depend>tsr</test_depend>
<test_depend>python-nose</test_depend>
<test_depend>pr_ordata</test_depend>
<!--<test_depend>or_pushing</test_depend>--> <!-- in randomized_rearrangement_planning -->
<doc_depend>doxypy</doc_depend>
</package>