1CARMEN2SIMPLEMAP(1) Mobile Robot Programming Toolkit - MRPTCARMEN2SIMPLEMAP(1)
2
3
4

NAME

6       carmen2simplemap - Convert robotic datasets between CARMEN and
7       simplemap formats
8

SYNOPSIS

10       carmen2simplemap  [-z <0: none, 1-9: min-max>] -i carmen.log -o
11                    map.simplemap [-q] [-w] [--] [--version] [-h]
12
13       carmen2simplemap --help
14

DESCRIPTION

16       carmen2simplemap is a command-line application to convert a CARMEN
17       robotic dataset (with corrected poses already in it) into the
18       "simplemap" file format, which can be then used to build metric maps
19       (points, occupancy grids, etc.).
20
21       Arguments:
22
23          -z <0: none, 1-9: min-max>,  --compress-level <0: none, 1-9: min-max>
24            Output GZ-compress level (optional)
25
26          -i <carmen.log>,  --input <carmen.log>
27            (required)  Input dataset (required) (*.log)
28
29          -o <map.simplemap>,  --output <map.simplemap>
30            (required)  Output file (*.simplemap)
31
32          -q,  --quiet
33            Terse output
34
35          -w,  --overwrite
36            Force overwrite target file without prompting.
37
38          --,  --ignore_rest
39            Ignores the rest of the labeled arguments following this flag.
40
41          --version
42            Displays version information and exits.
43
44          -h,  --help
45            Displays usage information and exits.
46

BUGS

48       Please report bugs at https://github.com/MRPT/mrpt/issues
49

SEE ALSO

51       The application wiki page at http://www.mrpt.org/Applications
52

AUTHORS

54       carmen2simplemap is part of the Mobile Robot Programming Toolkit
55       (MRPT), and was originally written by the MAPIR laboratory (University
56       of Malaga).
57
58       This manual page was written by Jose Luis Blanco
59       <joseluisblancoc@gmail.com>.
60
62       This program is free software; you can redistribute it and/or modify it
63       under the terms of the BSD License.
64
65       On Debian GNU/Linux systems, the complete text of the BSD License can
66       be found in `/usr/share/common-licenses/BSD'.
67
68
69
70perl v5.30.1                      2020-03-03               CARMEN2SIMPLEMAP(1)
Impressum