forked from tu-darmstadt-ros-pkg/mapstitch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
32 lines (25 loc) · 1.01 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
<?xml version="1.0"?>
<package>
<name>mapstitch</name>
<version>0.0.0</version>
<description>mapstitch
A ROS Component and command line tool to align the current 2D /map or an
image of a map to a previously saved map. The map to align to is assumed to
be a .pgm created by the map_saver component (but other may work too). There
are no additional sanity checks like matching resolution of the supplied
maps.
The estimated transform (with
3 DOF, rotation and translation) is either published as tf between the
/world and /map frame, returned on the command line or saved as a stitched
image.
</description>
<maintainer email="[email protected]">Jacob Seibert</maintainer>
<author>Philipp M. Scholl</author>
<license>BSD</license>
<url>http://ros.org/wiki/mapstitch</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>tf</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>tf</run_depend>
</package>