-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.xml
42 lines (35 loc) · 1.44 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
36
37
38
39
40
41
42
<?xml version="1.0"?>
<package format="3">
<name>moveit_drake</name>
<version>0.0.1</version>
<description>Experimental MoveIt Drake integration</description>
<author email="[email protected]">Sebastian Jahr</author>
<maintainer email="[email protected]">Sebastian Jahr</maintainer>
<license>BSD</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>moveit_core</depend>
<depend>moveit_visual_tools</depend>
<depend>rviz_visual_tools</depend>
<depend>warehouse_ros_sqlite</depend>
<depend>shape_msgs</depend>
<build_depend>eigen</build_depend>
<build_depend>moveit_common</build_depend>
<build_depend>moveit_ros_planning</build_depend>
<exec_depend>controller_manager</exec_depend>
<exec_depend>gripper_controllers</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>joint_trajectory_controller</exec_depend>
<exec_depend>moveit</exec_depend>
<exec_depend>moveit_resources_panda_moveit_config</exec_depend>
<exec_depend>moveit_configs_utils</exec_depend>
<exec_depend>moveit_py</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>ros2_control</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>xacro</exec_depend>
<export>
<build_type>ament_cmake</build_type>
<moveit_core plugin="${prefix}/ktopt_interface_plugin_description.xml"/>
</export>
</package>