forked from ANYbotics/grid_map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
24 lines (24 loc) · 1013 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
<?xml version="1.0"?>
<package format="2">
<name>grid_map_visualization</name>
<version>1.6.10</version>
<description>Configurable tool to visualize grid maps in RViz.</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]">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<!-- <build_depend>cmake_clang_tools</build_depend> -->
<depend>roscpp</depend>
<depend>grid_map_core</depend>
<depend>grid_map_ros</depend>
<depend>grid_map_msgs</depend>
<depend>tf</depend>
<depend>visualization_msgs</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<!-- <test_depend>cmake_code_coverage</test_depend> -->
<test_depend>gtest</test_depend>
</package>