-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
28 lines (24 loc) · 824 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
<?xml version="1.0"?>
<package format="3">
<name>rviz_ground_image</name>
<version>0.0.1</version>
<description>A simple RVIZ plugin to display a static image from a file</description>
<license>BSD</license>
<author email="belkin.am@starline.ru">Andrey Belkin</author>
<maintainer email="belkin.am@starline.ru">Andrey Belkin</maintainer>
<buildtool_depend>starline_cmake_auto</buildtool_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
<depend>pluginlib</depend>
<depend>rviz_common</depend>
<depend>rviz_rendering</depend>
<depend>rviz_default_plugins</depend>
<depend>rclcpp</depend>
<depend>Ogre</depend>
<!-- <export>
<rviz plugin="plugin_description.xml"/>
<build_type>ament_cmake</build_type>
</export> -->
<exec_depend>rviz2</exec_depend>
</package>