forked from ANYbotics/kindr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
30 lines (24 loc) · 912 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>kindr</name>
<version>1.3.9</version>
<description>Kinematics and Dynamics for Robotics</description>
<license>BSD</license>
<url type="repository">https://github.com/anybotics/kindr</url>
<maintainer email="[email protected]">Remo Diethelm</maintainer>
<maintainer email="[email protected]">Philipp Leemann</maintainer>
<author email="[email protected]">Michael Bloesch</author>
<author>Remo Diethelm</author>
<author>Péter Fankhauser</author>
<author>Paul Furgale</author>
<author>Christian Gehring</author>
<author>Hannes Sommer</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>eigen</depend>
<doc_depend>doxygen</doc_depend>
<doc_depend>texlive-latex-base</doc_depend>
<test_depend>gtest</test_depend>
<!-- <test_depend>cmake_code_coverage</test_depend> -->
<export>
</export>
</package>