forked from norlab-ulaval/libpointmatcher
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (28 loc) · 1.4 KB
/
package.xml
File metadata and controls
28 lines (28 loc) · 1.4 KB
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>libpointmatcher</name>
<version>1.3.25</version>
<description>libpointmatcher is a modular ICP library, useful for robotics and computer vision.</description>
<author email="f.pomerleau@gmail.com">Francois Pomerleau</author>
<maintainer email="magostinucci@anybotics.com">Mathieu Agostinucci</maintainer>
<maintainer email="gzhou@anybotics.com">Guoxiang Zhou</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/anybotics/libpointmatcher</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_depend>boost</build_depend>
<build_depend>libnabo</build_depend>
<build_depend>eigen</build_depend>
<build_depend>yaml-cpp</build_depend>
<exec_depend>boost</exec_depend>
<exec_depend>libnabo</exec_depend>
<exec_depend>eigen</exec_depend>
<exec_depend>yaml-cpp</exec_depend>
<!-- <test_depend condition="$ROS_VERSION == 1">cmake_code_coverage</test_depend> -->
<test_depend condition="$ROS_VERSION == 1">gtest</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>