forked from personalrobotics/prpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
36 lines (36 loc) · 1.54 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
<?xml version="1.0"?>
<package>
<name>prpy</name>
<version>1.2.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>
<build_depend>python</build_depend>
<run_depend>python</run_depend>
<run_depend>python-catkin-pkg</run_depend>
<run_depend>python-enum</run_depend>
<run_depend>python-numpy</run_depend>
<run_depend>manipulation2</run_depend>
<run_depend>openrave</run_depend>
<run_depend>openrave_catkin</run_depend>
<run_depend>python-scipy</run_depend>
<run_depend>python-termcolor</run_depend>
<run_depend>python-trollius</run_depend>
<run_depend>python-rospkg</run_depend>
<run_depend>python-yaml</run_depend>
<run_depend>python-lxml</run_depend>
<test_depend>python-nose</test_depend>
</package>