forked from norlab-ulaval/libpointmatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (21 loc) · 709 Bytes
/
package.xml
File metadata and controls
25 lines (21 loc) · 709 Bytes
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
<package>
<name>libpointmatcher</name>
<version>1.3.1</version>
<description>
libpointmatcher is a modular ICP library, useful for robotics and computer vision.
</description>
<maintainer email="f.pomerleau@gmail.com">Francois Pomerleau</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/ethz-asl/libpointmatcher</url>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>boost</build_depend>
<build_depend>libnabo</build_depend>
<build_depend>eigen</build_depend>
<run_depend>boost</run_depend>
<run_depend>libnabo</run_depend>
<run_depend>eigen</run_depend>
<run_depend>catkin</run_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>