#include <map>
#include <string>
#include "cartographer/io/proto_stream.h"
#include "cartographer/io/proto_stream_deserializer.h"
#include "cartographer/io/submap_painter.h"
#include "cartographer/mapping/2d/probability_grid.h"
#include "cartographer/mapping/2d/submap_2d.h"
#include "cartographer/mapping/3d/submap_3d.h"
#include "cartographer_ros/ros_map.h"
#include "gflags/gflags.h"
#include "glog/logging.h"
Go to the source code of this file.
Function Documentation
DEFINE_double |
( |
resolution |
, |
|
|
0. |
05, |
|
|
"Resolution of a grid cell in the drawn map." |
|
|
) |
| |
DEFINE_string |
( |
pbstream_filename |
, |
|
|
"" |
, |
|
|
"Filename of a pbstream to draw a map from." |
|
|
) |
| |
DEFINE_string |
( |
map_filestem |
, |
|
|
"map" |
, |
|
|
"Stem of the output files." |
|
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |