89 return "icp-slam <config_file> [dataset.rawlog]";
105 return "icp-slam-live <config_file>";
std::atomic_bool m_allThreadsMustExit
mrpt::hwdrivers::CGenericSensor::TListObservations m_global_list_obs
This class implements a config file-like interface over a memory-stored string list.
Virtual interface for applications that initialize from CLI parameters.
mrpt::config::CConfigFileMemory params
Populated in initialize().
std::string impl_get_usage() const override
std::map< mrpt::system::TTimeStamp, mrpt::math::TPose3D > out_estimated_path
bool impl_get_next_observations(mrpt::obs::CActionCollection::Ptr &action, mrpt::obs::CSensoryFrame::Ptr &observations, mrpt::obs::CObservation::Ptr &observation) override
Get next sensory data.
mrpt::config::CConfigFileBase * cfgFile
void initialize(int argc, const char **argv)
Initializes the application from CLI parameters.
void run()
Runs with the current parameter set.
ICP-SLAM virtual base class for application wrappers.
std::mutex m_cs_global_list_obs
Instance of ICP_SLAM_App_Base to run mapping from an offline dataset file.
This class allows loading and storing values and vectors of different types from a configuration text...
Versatile class for consistent logging and management of output messages.
void initialize(int argc, char **argv)
Instance of ICP_SLAM_App_Base to run mapping from a live LIDAR sensor.
void impl_initialize(int argc, const char **argv) override
std::multimap< mrpt::system::TTimeStamp, mrpt::serialization::CSerializable::Ptr > TListObservations
std::string impl_get_usage() const override
void impl_initialize(int argc, const char **argv) override
Implementation of BaseAppDataSource for reading from a rawlog file.
void SensorThread(TThreadParams params)
virtual ~ICP_SLAM_App_Live() override
bool quits_with_esc_key
If enabled (default), stdin will be watched and application quits if ESC is pressed.
Virtual interface for offline datasets (rawlog) or live sensors.