-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.xml
71 lines (63 loc) · 2.15 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
<?xml version="1.0"?>
<package format="2">
<name>aikido</name>
<version>0.4.0</version>
<description>description</description>
<maintainer email="[email protected]">Ethan Gordon</maintainer>
<author email="[email protected]">Michael Koval</author>
<author email="[email protected]">Pras Velagapudi</author>
<license>BSD</license>
<!-- Required dependencies -->
<depend>boost</depend>
<depend>dartsim</depend>
<depend>dartsim_ikfast</depend>
<depend>dartsim_odelcpsolver</depend>
<depend>eigen</depend>
<depend>ompl</depend>
<depend>python</depend>
<depend>tinyxml2</depend>
<depend>yaml-cpp</depend>
<!-- Workaround to build DART with optional features enabled. -->
<depend>nlopt</depend>
<!-- Optional dependencies. Delete these if you don't have them. -->
<depend>libmicrohttpd</depend>
<depend>roscpp</depend>
<depend>actionlib</depend>
<depend>control_msgs</depend>
<depend>geometry_msgs</depend>
<depend>interactive_markers</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<depend>trajectory_msgs</depend>
<depend>visualization_msgs</depend>
<depend>pr_control_msgs</depend>
<depend>octomap_ros</depend>
<depend>urdf</depend>
<depend>srdfdom</depend>
<depend>hardware_interface</depend>
<depend>controller_manager_msgs</depend>
<doc_depend>doxygen</doc_depend>
<!-- Coveralls dependencies. -->
<test_depend>curl</test_depend>
<!-- This is required by REP-136. -->
<exec_depend>catkin</exec_depend>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>lcov</buildtool_depend>
<export>
<build_type>cmake</build_type>
<!-- Optional dependencies. -->
<optional>libmicrohttpd</optional>
<optional>roscpp</optional>
<optional>actionlib</optional>
<optional>control_msgs</optional>
<optional>geometry_msgs</optional>
<optional>interactive_markers</optional>
<optional>std_msgs</optional>
<optional>tf</optional>
<optional>trajectory_msgs</optional>
<optional>visualization_msgs</optional>
<optional>pr_control_msgs</optional>
<optional>hardware_interface</optional>
<optional>controller_manager_msgs</optional>
</export>
</package>