90 return "rbpf-slam <config_file> [dataset.rawlog]";
This class implements a config file-like interface over a memory-stored string list.
Instance of RBPF_SLAM_App_Base to run mapping from an offline dataset file.
Virtual interface for applications that initialize from CLI parameters.
std::string impl_get_usage() const override
void run()
Runs with the current parameter set.
void initialize(int argc, const char **argv)
Initializes the application from CLI parameters.
Versatile class for consistent logging and management of output messages.
std::shared_ptr< mrpt::slam::CMetricMapBuilderRBPF > mapBuilder
RBPF-SLAM virtual base class for application wrappers.
mrpt::config::CConfigFileMemory params
Populated in initialize().
void initialize(int argc, char **argv)
Implementation of BaseAppDataSource for reading from a rawlog file.
void impl_initialize(int argc, const char **argv) override
std::map< mrpt::system::TTimeStamp, mrpt::math::TPose3D > out_estimated_path
Virtual interface for offline datasets (rawlog) or live sensors.
bool quits_with_esc_key
If enabled (default), stdin will be watched and application quits if ESC is pressed.