forked from ethz-asl/curves
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
32 lines (31 loc) · 1.34 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
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>curves</name>
<version>0.4.23</version>
<description>Curves spline library.</description>
<author>Renaud Dubé</author>
<author>Abel Gawel</author>
<author>Péter Fankhauser</author>
<author>Dario Bellicoso</author>
<author>Christian Gehring</author>
<author>Mike Bosse</author>
<author>Paul Furgale</author>
<author>Gabriel Agamennoni</author>
<maintainer email="vyuryev@anybotics.com">Valentin Yuryev</maintainer>
<maintainer email="avijayan@anybotics.com">Aravind Vijayan</maintainer>
<license>BSD</license>
<url>https://github.com/anybotics/curves</url>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<!-- <build_depend condition="$ROS_VERSION == 1">cmake_clang_tools</build_depend> -->
<build_export_depend>eigen</build_export_depend>
<depend>kindr</depend>
<depend>message_logger</depend>
<depend>std_utils</depend>
<test_depend condition="$ROS_VERSION == 1">gtest</test_depend>
<!-- <test_depend condition="$ROS_VERSION == 1">cmake_code_coverage</test_depend> -->
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</test_depend>
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>