-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.xml
35 lines (29 loc) · 1.12 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
<?xml version="1.0"?>
<package format="3">
<name>sot-core</name>
<version>4.11.8</version>
<description>
Hierarchical task solver plug-in for dynamic-graph
</description>
<maintainer email="[email protected]">Guilhem Saurel</maintainer>
<license>BSD</license>
<url type="website">http://stack-of-tasks.github.io</url>
<url type="repository">http://www.github.com/stack-of-tasks/sot-core</url>
<url type="bugtracker">http://www.github.com/stack-of-tasks/sot-core/issues</url>
<author>Olivier Stasse</author>
<author email="[email protected]">[email protected]</author>
<build_depend>doxygen</build_depend>
<!-- The following tags are recommended by REP-136 -->
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
<depend>boost</depend>
<depend>dynamic-graph</depend>
<depend>dynamic-graph-python</depend>
<depend>pinocchio</depend>
<doc_depend>doxygen</doc_depend>
<doc_depend>dynamic-graph</doc_depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>