-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
30 lines (25 loc) · 901 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>reach_ros</name>
<version>1.4.0</version>
<description>The reach_ros package</description>
<maintainer email="[email protected]">mripperger</maintainer>
<author email="[email protected]">mripperger</author>
<license>Apache 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<depend>tf2_eigen</depend>
<depend>interactive_markers</depend>
<depend>moveit_core</depend>
<depend>moveit_msgs</depend>
<depend>moveit_ros_planning_interface</depend>
<depend>reach</depend>
<depend>sensor_msgs</depend>
<depend>visualization_msgs</depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>xacro</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>