-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
39 lines (35 loc) · 1.29 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
<?xml version="1.0"?>
<package format="2">
<name>libada</name>
<version>0.2.0</version>
<description>C++ library for simulating and running ADA based on DART</description>
<maintainer email="[email protected]">Tapomayukh Bhattacharjee</maintainer>
<author email="[email protected]">Tapomayukh Bhattacharjee</author>
<author email="[email protected]">Daniel Gallenberger</author>
<license>UNRELEASED</license>
<depend>dartsim</depend>
<depend>eigen</depend>
<depend>aikido</depend>
<depend>controller_manager_msgs</depend>
<depend>roslib</depend>
<depend>srdfdom</depend>
<depend>urdf</depend>
<depend>roscpp_initializer</depend>
<depend>aikidopy</depend>
<depend>nlopt</depend>
<build_depend>pybind11_catkin</build_depend>
<!-- Workaround to build DART with optional features enabled. -->
<doc_depend>doxygen</doc_depend>
<exec_depend>ada_description</exec_depend>
<!-- This is required by REP-136. -->
<exec_depend>catkin</exec_depend>
<exec_depend>pybind11_catkin</exec_depend>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>clang-format-3.8</buildtool_depend>
<buildtool_depend>lcov</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
<test_depend>pr_assets</test_depend>
</package>