MRPT
2.0.1
|
Options for the algorithm.
Definition at line 113 of file CMetricMapBuilder.h.
#include <mrpt/slam/CMetricMapBuilder.h>
Public Member Functions | |
TOptions (mrpt::system::VerbosityLevel &verb_level_ref) | |
Public Attributes | |
mrpt::system::VerbosityLevel & | verbosity_level |
bool | enableMapUpdating |
Enable map updating, default is true. More... | |
bool | debugForceInsertion |
Always insert into map. More... | |
mrpt::rtti::CListOfClasses | alwaysInsertByClass |
A list of observation classes (derived from mrpt::obs::CObservation) which will be always inserted in the map, disregarding the minimum insertion distances). More... | |
|
inline |
Definition at line 115 of file CMetricMapBuilder.h.
mrpt::rtti::CListOfClasses mrpt::slam::CMetricMapBuilder::TOptions::alwaysInsertByClass |
A list of observation classes (derived from mrpt::obs::CObservation) which will be always inserted in the map, disregarding the minimum insertion distances).
Default: Empty. How to insert classes:
Definition at line 138 of file CMetricMapBuilder.h.
Referenced by mrpt::slam::CMetricMapBuilderRBPF::processActionObservation(), mrpt::slam::CMetricMapBuilderICP::processObservation(), and mrpt::apps::ICP_SLAM_App_Base::run().
bool mrpt::slam::CMetricMapBuilder::TOptions::debugForceInsertion |
Always insert into map.
Default is false: detect if necesary.
Definition at line 127 of file CMetricMapBuilder.h.
Referenced by mrpt::slam::CMetricMapBuilderRBPF::processActionObservation().
bool mrpt::slam::CMetricMapBuilder::TOptions::enableMapUpdating |
Enable map updating, default is true.
Definition at line 125 of file CMetricMapBuilder.h.
Referenced by mrpt::slam::CMetricMapBuilder::enableMapUpdating(), and mrpt::slam::CMetricMapBuilderICP::processObservation().
mrpt::system::VerbosityLevel& mrpt::slam::CMetricMapBuilder::TOptions::verbosity_level |
Definition at line 123 of file CMetricMapBuilder.h.
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |