forked from moveit/moveit
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
74 lines (66 loc) · 2.78 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<package>
<name>moveit_experimental</name>
<version>0.9.15</version>
<description>Experimental packages for moveit.</description>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>
<author email="[email protected]">Acorn Pooley</author>
<author email="[email protected]">Jorge Nicho</author>
<maintainer email="[email protected]">Michael Ferguson</maintainer>
<maintainer email="[email protected]">Chittaranjan Srinivas Swaminathan</maintainer>
<maintainer email="[email protected]">MoveIt! Release Team</maintainer>
<license>BSD</license>
<url type="website">http://moveit.ros.org</url>
<buildtool_depend>catkin</buildtool_depend>
<!--
<build_depend version_gte="1.11.2">pluginlib</build_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<build_depend>liburdfdom-dev</build_depend>
<build_depend>liburdfdom-headers-dev</build_depend>
<build_depend>moveit_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>trajectory_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>octomap</build_depend>
<build_depend>kdl_parser</build_depend>
<build_depend>eigen</build_depend>
<build_depend>boost</build_depend>
<build_depend>assimp</build_depend>
<build_depend>eigen_stl_containers</build_depend>
<build_depend>eigen_conversions</build_depend>
<build_depend version_gte="0.3.4">geometric_shapes</build_depend>
<build_depend>roslib</build_depend>
<build_depend>rostime</build_depend>
<build_depend>rosconsole</build_depend>
<build_depend>eigen</build_depend>
<build_depend>moveit_core</build_depend>
<run_depend version_gte="1.11.2">pluginlib</run_depend>
<run_depend>libconsole-bridge-dev</run_depend>
<run_depend>liburdfdom-dev</run_depend>
<run_depend>liburdfdom-headers-dev</run_depend>
<run_depend>octomap</run_depend>
<run_depend>kdl_parser</run_depend>
<run_depend>eigen</run_depend>
<run_depend>boost</run_depend>
<run_depend>assimp</run_depend>
<run_depend>eigen_stl_containers</run_depend>
<run_depend>eigen_conversions</run_depend>
<run_depend version_gte="0.3.4">geometric_shapes</run_depend>
<run_depend>rostime</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>moveit_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>trajectory_msgs</run_depend>
<run_depend>visualization_msgs</run_depend>
<run_depend>moveit_core</run_depend>
<test_depend>rosunit</test_depend>
<test_depend>moveit_resources</test_depend>
<test_depend>orocos_kdl</test_depend>
<test_depend>angles</test_depend>
<test_depend>tf_conversions</test_depend>
-->
<export>
</export>
</package>