Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Public Attributes
mrpt::slam::CMetricMapBuilder::TOptions Struct Reference

Detailed Description

Options for the algorithm.

Definition at line 100 of file CMetricMapBuilder.h.

#include <mrpt/slam/CMetricMapBuilder.h>

Public Member Functions

 TOptions (mrpt::utils::VerbosityLevel &verb_level_ref)
 

Public Attributes

mrpt::utils::VerbosityLevel & verbosity_level
 
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...
 

Constructor & Destructor Documentation

◆ TOptions()

mrpt::slam::CMetricMapBuilder::TOptions::TOptions ( mrpt::utils::VerbosityLevel &  verb_level_ref)
inline

Definition at line 102 of file CMetricMapBuilder.h.

Member Data Documentation

◆ alwaysInsertByClass

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:

alwaysInserByClass.insert(CLASS_ID(CObservationImage));
See also
mrpt::utils::CListOfClasses

Definition at line 121 of file CMetricMapBuilder.h.

Referenced by mrpt::slam::CMetricMapBuilderRBPF::processActionObservation(), and mrpt::slam::CMetricMapBuilderICP::processObservation().

◆ debugForceInsertion

bool mrpt::slam::CMetricMapBuilder::TOptions::debugForceInsertion

Always insert into map. Default is false: detect if necesary.

Definition at line 112 of file CMetricMapBuilder.h.

Referenced by mrpt::slam::CMetricMapBuilderRBPF::processActionObservation().

◆ enableMapUpdating

bool mrpt::slam::CMetricMapBuilder::TOptions::enableMapUpdating

Enable map updating, default is true.

Definition at line 111 of file CMetricMapBuilder.h.

Referenced by mrpt::slam::CMetricMapBuilderICP::processObservation().

◆ verbosity_level

mrpt::utils::VerbosityLevel& mrpt::slam::CMetricMapBuilder::TOptions::verbosity_level

Definition at line 110 of file CMetricMapBuilder.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019