Options for the algorithm.
Definition at line 126 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. | |
| 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.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |