-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (31 loc) · 1.28 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="3">
<name>phantomx_pincher_moveit_config</name>
<version>1.0.0</version>
<description>MoveIt configuration for PhantomX Pincher Robot Arm</description>
<maintainer email="[email protected]">Andrej Orsula</maintainer>
<author>Andrej Orsula</author>
<license>BSD</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>phantomx_pincher_description</exec_depend>
<!-- TODO: Remove backward_ros from dependencies once moveit includes it properly -->
<exec_depend>backward_ros</exec_depend>
<exec_depend>control_msgs</exec_depend>
<exec_depend>controller_manager</exec_depend>
<exec_depend>hardware_interface</exec_depend>
<exec_depend>ign_ros2_control</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>joint_trajectory_controller</exec_depend>
<exec_depend>moveit_ros_move_group</exec_depend>
<exec_depend>moveit_servo</exec_depend>
<exec_depend>moveit</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>ros_ign_bridge</exec_depend>
<exec_depend>ros_ign_gazebo</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>urdf</exec_depend>
<exec_depend>xacro</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>