forked from IFL-CAMP/iiwa_stack
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
35 lines (31 loc) · 1.21 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
<?xml version="1.0"?>
<package format="2">
<name>iiwa_moveit</name>
<version>1.4.1</version>
<description>
A package with all the configuration and launch files for using the KUKA LBR IIWA with the MoveIt Motion Planning Framework
</description>
<author email="[email protected]">Salvo Virga</author>
<maintainer email="[email protected]">Salvo Virga</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>moveit_ros_move_group</depend>
<depend>moveit_setup_assistant</depend>
<depend>moveit_planners_ompl</depend>
<depend>moveit_fake_controller_manager</depend>
<depend>moveit_simple_controller_manager</depend>
<depend>joint_state_controller</depend>
<depend>joint_trajectory_controller</depend>
<depend>position_controllers</depend>
<depend>velocity_controllers</depend>
<depend>effort_controllers</depend>
<depend>gazebo_ros_control</depend>
<depend>moveit_ros_planning_interface</depend>
<depend>moveit_ros_warehouse</depend>
<depend>moveit_ros_visualization</depend>
<depend>joint_state_publisher</depend>
<depend>robot_state_publisher</depend>
<depend>xacro</depend>
<depend>iiwa_description</depend>
<depend>iiwa_hw</depend>
</package>