-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.xml
39 lines (31 loc) · 1.27 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
<package format="2">
<name>sot-torque-control</name>
<version>1.6.5</version>
<description>
Collection of dynamic-graph entities aimed at implementing torque control
on different robots.
</description>
<maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
<license>BSD</license>
<url type="repository">http://www.github.com/stack-of-tasks/sot-torque-control</url>
<url type="bugtracker">http://www.github.com/stack-of-tasks/sot-torque-control/issues</url>
<author>Andrea Del Prete</author>
<author>Thomas Flayols</author>
<author email="adelpret@laas.fr">adelpret@laas.fr</author>
<author email="tflayols@laas.fr">tflayols@laas.fr</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend version_gte="1.1" version_lt="2.0">genmsg</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sot-core</build_depend>
<build_depend>pinocchio</build_depend>
<build_depend>roscpp</build_depend>
<build_export_depend>pinocchio</build_export_depend>
<build_export_depend>sot-core</build_export_depend>
<exec_depend>pinocchio</exec_depend>
<exec_depend>sot-core</exec_depend>
<test_depend>gtest</test_depend>
<doc_depend>doxygen</doc_depend>
<doc_depend>dynamic_graph</doc_depend>
<export>
</export>
</package>