-
Notifications
You must be signed in to change notification settings - Fork 195
/
package.xml
28 lines (27 loc) · 1.21 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
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>kindr</name>
<version>1.3.23</version>
<description>Kinematics and Dynamics for Robotics</description>
<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>
<maintainer email="[email protected]">Remo Diethelm</maintainer>
<maintainer email="[email protected]">Philipp Leemann</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/anybotics/kindr</url>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend>eigen</depend>
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</test_depend>
<test_depend condition="$ROS_VERSION == 1">gtest</test_depend>
<!-- <test_depend condition="$ROS_VERSION == 1">cmake_code_coverage</test_depend> -->
<doc_depend>doxygen</doc_depend>
<doc_depend>texlive-latex-base</doc_depend>
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>