Go to the source code of this file.
|
| DEFINE_bool (use_bag_transforms, true,"Whether to read and use the transforms from the bag.") |
|
| DEFINE_string (configuration_directory,"","First directory in which configuration files are searched, ""second is always the Cartographer installation to allow ""including files from there.") |
|
| DEFINE_string (configuration_basename,"","Basename, i.e. not containing any directory prefix, of the ""configuration file.") |
|
| DEFINE_string (urdf_filename,"","URDF file that contains static links for your sensor configuration.") |
|
| DEFINE_string (bag_filename,"","Bag to process.") |
|
| DEFINE_string (pose_graph_filename,"","Proto containing the pose graph written by /write_assets service.") |
|
int | main (int argc, char **argv) |
|
DEFINE_bool |
( |
use_bag_transforms |
, |
|
|
true |
, |
|
|
"Whether to read and use the transforms from the bag." |
|
|
) |
| |
DEFINE_string |
( |
configuration_directory |
, |
|
|
"" |
, |
|
|
"First directory in which configuration files are |
searched, |
|
|
""second is always the Cartographer installation to allow""including files from there." |
|
|
) |
| |
DEFINE_string |
( |
configuration_basename |
, |
|
|
"" |
, |
|
|
" |
Basename, |
|
|
i.e.not containing any directory |
prefix, |
|
|
of the""configuration file." |
|
|
) |
| |
DEFINE_string |
( |
urdf_filename |
, |
|
|
"" |
, |
|
|
"URDF file that contains static links for your sensor configuration." |
|
|
) |
| |
DEFINE_string |
( |
bag_filename |
, |
|
|
"" |
, |
|
|
"Bag to process." |
|
|
) |
| |
DEFINE_string |
( |
pose_graph_filename |
, |
|
|
"" |
, |
|
|
"Proto containing the pose graph written by /write_assets service." |
|
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |