forked from InigoMoreno/reach_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
27 lines (23 loc) · 876 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
<?xml version="1.0"?>
<package format="2">
<name>reach_ros</name>
<version>1.1.2</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>catkin</buildtool_depend>
<build_depend>ros_industrial_cmake_boilerplate</build_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>
<test_depend>rostest</test_depend>
</package>