-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.xml
47 lines (46 loc) · 1.84 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
<?xml version="1.0"?>
<package format="2">
<name>prpy</name>
<version>4.0.0</version>
<description>
Python utilities used by the Personal Robotics Laboratory.
</description>
<url type="website">https://github.com/personalrobotics/prpy</url>
<url type="bugtracker">https://github.com/personalrobotics/prpy/issues</url>
<url type="repository">https://github.com/personalrobotics/prpy.git</url>
<maintainer email="[email protected]">Michael Koval</maintainer>
<author email="[email protected]">Michael Koval</author>
<author email="[email protected]">Pras Velagapudi</author>
<author email="[email protected]">Jennifer King</author>
<author email="[email protected]">Siddhartha Srinivasa</author>
<author email="[email protected]">Chris Dellin</author>
<author email="[email protected]">Shervin Javdani</author>
<author email="[email protected]">Stefanos Nikolaidis</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>python</depend>
<depend>rospy</depend>
<depend>python-catkin-pkg</depend>
<depend>python-enum</depend>
<depend>python-numpy</depend>
<depend>geometry_msgs</depend>
<depend>manipulation2</depend>
<depend>openrave</depend>
<depend>openrave_catkin</depend>
<depend>python-scipy</depend>
<depend>python-termcolor</depend>
<depend>python-trollius</depend>
<depend>python-rospkg</depend>
<depend>python-yaml</depend>
<depend>python-lxml</depend>
<depend>tsr</depend>
<test_depend>python-nose</test_depend>
<!-- These optional dependencies cause unit tests can fail if missing. -->
<test_depend>cbirrt2</test_depend>
<test_depend>tsr</test_depend>
<test_depend>or_cdchomp</test_depend>
<test_depend>or_ompl</test_depend>
<test_depend>or_parabolicsmoother</test_depend>
<test_depend>or_trajopt</test_depend>
<doc_depend>doxypy</doc_depend>
</package>