Go to the source code of this file.
|
| DEFINE_bool (use_bag_transforms, true,"Whether to read, use and republish 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 (bag_filenames,"","Comma-separated list of bags to process.") |
|
| DEFINE_string (urdf_filename,"","URDF file that contains static links for your sensor configuration.") |
|
int | main (int argc, char **argv) |
|
DEFINE_bool |
( |
use_bag_transforms |
, |
|
|
true |
, |
|
|
"Whether to |
read, |
|
|
use and republish 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 |
( |
bag_filenames |
, |
|
|
"" |
, |
|
|
"Comma-separated list of bags to process." |
|
|
) |
| |
DEFINE_string |
( |
urdf_filename |
, |
|
|
"" |
, |
|
|
"URDF file that contains static links for your sensor configuration." |
|
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |