forked from ANYbotics/grid_map
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
29 lines (28 loc) · 1.1 KB
/
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>
<name>grid_map_rviz_plugin</name>
<version>1.6.7</version>
<description>RViz plugin for displaying grid map messages.</description>
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
<maintainer email="[email protected]">Yoshua Nava</maintainer>
<license>BSD</license>
<author email="[email protected]">Philipp Krüsi</author>
<author>Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<!-- <build_depend>cmake_clang_tools</build_depend> -->
<build_depend>qtbase5-dev</build_depend>
<build_depend>rviz</build_depend>
<build_depend>grid_map_ros</build_depend>
<build_depend>grid_map_msgs</build_depend>
<run_depend>libqt5-core</run_depend>
<run_depend>libqt5-gui</run_depend>
<run_depend>libqt5-widgets</run_depend>
<run_depend>rviz</run_depend>
<run_depend>grid_map_ros</run_depend>
<run_depend>grid_map_msgs</run_depend>
<!-- <test_depend>cmake_code_coverage</test_depend> -->
<test_depend>gtest</test_depend>
<export>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>