-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
31 lines (24 loc) · 1.09 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
<?xml version="1.0"?>
<package>
<name>thor_arm_moveit</name>
<version>0.3.0</version>
<description>
An automatically generated package with all the configuration and launch files for using the thor with the MoveIt! Motion Planning Framework
</description>
<author email="boone.adkins@gmail.com">Boone Adkins</author>
<maintainer email="boone.adkins@gmail.com">Boone Adkins</maintainer>
<license>BSD</license>
<url type="website">http://moveit.ros.org/</url>
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>
<url type="repository">https://github.com/ros-planning/moveit</url>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>moveit_ros_move_group</run_depend>
<run_depend>moveit_kinematics</run_depend>
<run_depend>moveit_planners_ompl</run_depend>
<run_depend>moveit_ros_visualization</run_depend>
<run_depend>joint_state_publisher</run_depend>
<run_depend>robot_state_publisher</run_depend>
<run_depend>xacro</run_depend>
<build_depend>thor_arm_description</build_depend>
<run_depend>thor_arm_description</run_depend>
</package>