forked from mikeferguson/moveit_python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (19 loc) · 665 Bytes
/
package.xml
File metadata and controls
23 lines (19 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<package>
<name>moveit_python</name>
<version>0.2.14</version>
<description>
A pure-python interaface to the MoveIt! ROS API.
</description>
<author>Michael Ferguson</author>
<maintainer email="fergs@unboundedrobotics.com">Michael Ferguson</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/moveit_python</url>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>actionlib</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>moveit_msgs</run_depend>
<run_depend>python-pyassimp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>shape_msgs</run_depend>
<run_depend>tf</run_depend>
</package>