-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
55 lines (49 loc) · 2.29 KB
/
package.xml
File metadata and controls
55 lines (49 loc) · 2.29 KB
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
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<package format="2">
<name>gripper_command</name>
<version>0.0.0</version>
<description>Control of the Robotiq Gripper via basic commands</description>
<maintainer email="niklas_joel.schaefer@stud.tu-darmstadt.de">Niklas Schaefer</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>control_msgs</build_depend>
<!-- <build_depend>iimoveit</build_depend>
<build_depend>iiwa_description</build_depend>
<build_depend>iiwa_moveit</build_depend>
<build_depend>iiwa_msgs</build_depend> -->
<build_depend>moveit_msgs</build_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<build_depend>moveit_visual_tools</build_depend>
<build_depend>robotiq_ethercat</build_depend>
<build_depend>robotiq_s_model_control</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rosmsg</build_depend>
<build_export_depend>control_msgs</build_export_depend>
<!-- <build_export_depend>iimoveit</build_export_depend>
<build_export_depend>iiwa_description</build_export_depend>
<build_export_depend>iiwa_moveit</build_export_depend>
<build_export_depend>iiwa_msgs</build_export_depend> -->
<build_export_depend>moveit_msgs</build_export_depend>
<build_export_depend>moveit_ros_planning_interface</build_export_depend>
<build_export_depend>moveit_visual_tools</build_export_depend>
<build_export_depend>robotiq_ethercat</build_export_depend>
<build_export_depend>robotiq_s_model_control</build_export_depend>
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>rosmsg</build_export_depend>
<exec_depend>control_msgs</exec_depend>
<!-- <exec_depend>iimoveit</exec_depend>
<exec_depend>iiwa_description</exec_depend>
<exec_depend>iiwa_moveit</exec_depend>
<exec_depend>iiwa_msgs</exec_depend> -->
<exec_depend>moveit_msgs</exec_depend>
<exec_depend>moveit_ros_planning_interface</exec_depend>
<exec_depend>moveit_visual_tools</exec_depend>
<exec_depend>robotiq_ethercat</exec_depend>
<exec_depend>robotiq_s_model_control</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>rosmsg</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>