forked from graspit-simulator/graspit_commander
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
27 lines (19 loc) · 783 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
24
25
26
27
<?xml version="1.0"?>
<package>
<name>graspit_commander</name>
<version>0.1.0</version>
<description>Python client for RPS GraspitInterface</description>
<author email="[email protected]">Jared Weiss</author>
<author email="[email protected]">Jake Varley</author>
<maintainer email="[email protected]">Jared Weiss</maintainer>
<maintainer email="[email protected]">Jake Varley</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>python-catkin-pkg</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>python</build_depend>
<run_depend>rospy</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>python</run_depend>
</package>