Options for the algorithm.
Definition at line 107 of file CMetricMapBuilder.h.
#include <mrpt/slam/CMetricMapBuilder.h>
Public Member Functions | |
TOptions () | |
Public Attributes | |
bool | verbose |
If true shows debug information in the console, default is true. More... | |
bool | enableMapUpdating |
Enable map updating, default is true. More... | |
bool | debugForceInsertion |
Always insert into map. Default is false: detect if necesary. More... | |
mrpt::utils::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 109 of file CMetricMapBuilder.h.
mrpt::utils::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 127 of file CMetricMapBuilder.h.
bool mrpt::slam::CMetricMapBuilder::TOptions::debugForceInsertion |
Always insert into map. Default is false: detect if necesary.
Definition at line 118 of file CMetricMapBuilder.h.
bool mrpt::slam::CMetricMapBuilder::TOptions::enableMapUpdating |
Enable map updating, default is true.
Definition at line 117 of file CMetricMapBuilder.h.
bool mrpt::slam::CMetricMapBuilder::TOptions::verbose |
If true shows debug information in the console, default is true.
Definition at line 116 of file CMetricMapBuilder.h.
Page generated by Doxygen 1.8.14 for MRPT 1.4.0 SVN: at Sat Jul 14 16:13:21 UTC 2018 |