-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
23 lines (21 loc) · 964 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>task_planning</name>
<version>1.8.1</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>herbpy</exec_depend>
<!--<test_depend>or_pushing</test_depend>--> <!-- in randomized_rearrangement_planning -->
</package>