Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::maps::CLandmarksMap::TFuseOptions Struct Reference

Detailed Description

With this struct options are provided to the fusion process.

Definition at line 448 of file CLandmarksMap.h.

#include <mrpt/maps/CLandmarksMap.h>

Public Member Functions

 TFuseOptions ()
 Initialization. More...
 

Public Attributes

unsigned int minTimesSeen
 Required number of times of a landmark to be seen not to be removed, in "ellapsedTime" seconds. More...
 
float ellapsedTime
 See "minTimesSeen". More...
 

Constructor & Destructor Documentation

◆ TFuseOptions()

CLandmarksMap::TFuseOptions::TFuseOptions ( )

Initialization.

Definition at line 2487 of file CLandmarksMap.cpp.

Member Data Documentation

◆ ellapsedTime

float mrpt::maps::CLandmarksMap::TFuseOptions::ellapsedTime

See "minTimesSeen".

Definition at line 461 of file CLandmarksMap.h.

Referenced by mrpt::maps::CLandmarksMap::fuseWith().

◆ minTimesSeen

unsigned int mrpt::maps::CLandmarksMap::TFuseOptions::minTimesSeen

Required number of times of a landmark to be seen not to be removed, in "ellapsedTime" seconds.

Definition at line 457 of file CLandmarksMap.h.

Referenced by mrpt::maps::CLandmarksMap::fuseWith().




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST