This class implements a config file-like interface over a memory-stored string list. 
 
EKF-SLAM application wrapper class. 
 
void initialize(int argc, const char **argv)
Initializes the application from CLI parameters. 
 
std::string rawlogFileName
rawlog to process 
 
mrpt::config::CConfigFileMemory params
Populated in initialize(). 
 
void run()
Runs with the current parameter set. 
 
Versatile class for consistent logging and management of output messages. 
 
double loc_error_wrt_gt
Average localization error, when supplied with a ground-truth file. 
 
void initialize(int argc, char **argv)