-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.xml
29 lines (22 loc) · 879 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
<?xml version="1.0"?>
<package format="2">
<name>vdb_mapping</name>
<version>0.1.0</version>
<description>The vdb_mapping core package used for fast performant volumetric mapping.</description>
<maintainer email="[email protected]">Marvin Große Besselmann</maintainer>
<license>Apache-2.0</license>
<!-- Url tags are optional, but multiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/vdb_mapping</url> -->
<author email="[email protected]">Marvin Große Besselmann</author>
<buildtool_depend>cmake</buildtool_depend>
<depend>eigen</depend>
<depend>libopenvdb-dev</depend>
<depend>libpcl-all-dev</depend>
<depend>libpcl-all</depend>
<depend>tbb</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>