-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.xml
33 lines (27 loc) · 1.29 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
30
31
32
33
<package>
<name>map_server</name>
<version>1.12.13</version>
<description>
map_server provides the <tt>map_server</tt> ROS <a href="http://www.ros.org/wiki/Nodes">Node</a>, which offers map data as a ROS <a href="http://www.ros.org/wiki/Services">Service</a>. It also provides the <tt>map_saver</tt> command-line utility, which allows dynamically generated maps to be saved to file.
</description>
<author>Brian Gerkey, Tony Pratkanis</author>
<author>contradict@gmail.com</author>
<maintainer email="davidvlu@gmail.com">David V. Lu!!</maintainer>
<maintainer email="mferguson@fetchrobotics.com">Michael Ferguson</maintainer>
<url>http://wiki.ros.org/map_server</url>
<license>BSD</license>
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rostest</build_depend>
<build_depend>sdl-image</build_depend>
<build_depend>tf</build_depend>
<build_depend>yaml-cpp</build_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rostest</run_depend>
<run_depend>sdl-image</run_depend>
<run_depend>tf</run_depend>
<run_depend>yaml-cpp</run_depend>
<test_depend>rospy</test_depend>
</package>