forked from ANYbotics/grid_map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
19 lines (19 loc) · 890 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package format="2">
<name>grid_map_octomap</name>
<version>1.7.17</version>
<description>Conversions between grid maps and OctoMap types.</description>
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
<maintainer email="[email protected]">Yoshua Nava</maintainer>
<license>BSD</license>
<url type="website">http://github.com/anybotics/grid_map</url>
<url type="bugtracker">http://github.com/anybotics/grid_map/issues</url>
<author email="[email protected]">Jeff Delmerico</author>
<author email="[email protected]">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<!-- <build_depend>cmake_clang_tools</build_depend> -->
<depend>grid_map_core</depend>
<depend>octomap</depend>
<!-- <test_depend>cmake_code_coverage</test_depend> -->
<test_depend>gtest</test_depend>
</package>