-
Notifications
You must be signed in to change notification settings - Fork 241
/
package.xml
30 lines (26 loc) · 981 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
30
<?xml version="1.0"?>
<package format="3">
<name>rviz_satellite</name>
<version>4.1.0</version>
<description>Display satellite map tiles in RViz</description>
<author email="[email protected]">Gareth Cross</author>
<maintainer email="[email protected]">Andre Schröder</maintainer>
<maintainer email="[email protected]">Marcel Zeilinger</maintainer>
<license>Apache 2</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>angles</depend>
<depend>rclcpp</depend>
<depend>rcpputils</depend>
<depend>rviz_common</depend>
<depend>rviz_default_plugins</depend>
<depend>sensor_msgs</depend>
<depend>tf2_ros</depend>
<build_depend>qtbase5-dev</build_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<rviz plugin="plugin_description.xml"/>
<build_type>ament_cmake</build_type>
</export>
</package>