Options for the algorithm.
#include <mrpt/slam/CMetricMapBuilder.h>
Public Member Functions | |
| TOptions () | |
Public Attributes | |
| bool | verbose |
| If true shows debug information in the console, default is true. | |
| bool | enableMapUpdating |
| Enable map updating, default is true. | |
| bool | debugForceInsertion |
| Always insert into map. Default is false: detect if necesary. | |
| mrpt::utils::CListOfClasses | alwaysInsertByClass |
| A list of observation classes (derived from mrpt::slam::CObservation) which will be always inserted in the map, disregarding the minimum insertion distances). | |
| mrpt::slam::CMetricMapBuilder::TOptions::TOptions | ( | ) | [inline] |
Definition at line 128 of file CMetricMapBuilder.h.
A list of observation classes (derived from mrpt::slam::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));
Definition at line 146 of file CMetricMapBuilder.h.
Always insert into map. Default is false: detect if necesary.
Definition at line 137 of file CMetricMapBuilder.h.
Enable map updating, default is true.
Definition at line 136 of file CMetricMapBuilder.h.
If true shows debug information in the console, default is true.
Definition at line 135 of file CMetricMapBuilder.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |