-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.xml
27 lines (23 loc) · 987 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
<package>
<name>octomap_ros</name>
<version>0.4.1</version>
<description>
octomap_ros provides conversion functions between ROS and OctoMap's native types.
This enables a convenvient use of the octomap package in ROS.
</description>
<author email="[email protected]">Armin Hornung</author>
<maintainer email="[email protected]">Wolfgang Merkt</maintainer>
<maintainer email="[email protected]">Armin Hornung</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/octomap_ros</url>
<url type="bugtracker">https://github.com/OctoMap/octomap_ros/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>octomap_msgs</build_depend>
<build_depend>octomap</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf</build_depend>
<run_depend>octomap_msgs</run_depend>
<run_depend>octomap</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>tf</run_depend>
</package>