forked from OctoMap/octomap_rviz_plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
33 lines (24 loc) · 966 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
31
32
33
<package>
<name>octomap_rviz_plugins</name>
<version>0.2.0</version>
<description>
A set of plugins for displaying occupancy information decoded from binary octomap messages.
</description>
<maintainer email="[email protected]">Armin Hornung</maintainer>
<url type="website">http://ros.org/wiki/octomap_rviz_plugins</url>
<url type="bugtracker">https://github.com/OctoMap/octomap_rviz_plugins/issues</url>
<license>BSD</license>
<author email="[email protected]">Julius Kammerl</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>octomap_msgs</build_depend>
<build_depend>octomap</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rviz</build_depend>
<run_depend>octomap_msgs</run_depend>
<run_depend>octomap</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rviz</run_depend>
<export>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>