-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
29 lines (23 loc) · 1.07 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
<?xml version="1.0"?>
<package>
<name>robotiq_85_gripper_actions</name>
<version>0.0.1</version>
<description>Common gripper actions with the robotiq 85 gripper, implemented with actionlib</description>
<author email="[email protected]">David Kent</author>
<maintainer email="[email protected]">David Kent</maintainer>
<url type="website">http://ros.org/wiki/robotiq_85_gripper_actions</url>
<url type="bugtracker">https://github.com/GT-RAIL/robotiq_85_gripper_actions/issues</url>
<url type="repository">https://github.com/GT-RAIL/robotiq_85_gripper_actions</url>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib</build_depend>
<build_depend>control_msgs</build_depend>
<build_depend>rail_manipulation_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>robotiq_85_msgs</build_depend>
<run_depend>actionlib</run_depend>
<run_depend>control_msgs</run_depend>
<run_depend>rail_manipulation_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>robotiq_85_msgs</run_depend>
</package>