forked from moveit/moveit_commander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
44 lines (37 loc) · 1.63 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
43
44
<package>
<name>moveit_commander</name>
<version>0.5.7</version>
<description>Python interfaces to MoveIt</description>
<author email="[email protected]">Ioan Sucan</author>
<maintainer email="[email protected]">Ioan Sucan</maintainer>
<license>BSD</license>
<url type="website">http://moveit.ros.org</url>
<url type="bugtracker">https://github.com/ros-planning/moveit_commander/issues</url>
<url type="repository">https://github.com/ros-planning/moveit_commander</url>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>python-catkin-pkg</buildtool_depend>
<build_depend>moveit_ros_planning</build_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<build_depend>moveit_ros_warehouse</build_depend>
<build_depend>moveit_ros_manipulation</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>rosconsole</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>tf</build_depend>
<build_depend>eigen_conversions</build_depend>
<build_depend>python</build_depend>
<build_depend>python-pyassimp</build_depend>
<run_depend>moveit_ros_planning</run_depend>
<run_depend>moveit_ros_planning_interface</run_depend>
<run_depend>moveit_ros_warehouse</run_depend>
<run_depend>moveit_ros_manipulation</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>tf</run_depend>
<run_depend>eigen_conversions</run_depend>
<run_depend>python</run_depend>
<run_depend>python-pyassimp</run_depend>
</package>