Main MRPT website > C++ reference
MRPT logo
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes

mrpt::hmtslam::CTopLCDetector_FabMap Class Reference


Detailed Description

Definition at line 37 of file CTopLCDetector_FabMap.h.

#include <mrpt/hmtslam/CTopLCDetector_FabMap.h>

Inheritance diagram for mrpt::hmtslam::CTopLCDetector_FabMap:
Inheritance graph
[legend]

List of all members.

Classes

struct  TOptions
 Options for a TLC-detector of type FabMap, used from CHMTSLAM. More...

Public Member Functions

virtual ~CTopLCDetector_FabMap ()
 Destructor.
CPose3DPDFPtr computeTopologicalObservationModel (const THypothesisID &hypID, const CHMHMapNodePtr &currentArea, const CHMHMapNodePtr &refArea, double &out_log_lik)
 This method must compute the topological observation model.
void OnNewPose (const TPoseID &poseID, const CSensoryFrame *SF)
 Hook method for being warned about the insertion of a new poses into the maps.

Static Public Member Functions

static CTopLCDetectorBasecreateNewInstance (CHMTSLAM *hmtslam)
 A class factory, to be implemented in derived classes.

Protected Member Functions

 CTopLCDetector_FabMap (CHMTSLAM *hmtslam)

Protected Attributes

void * m_fabmap

Constructor & Destructor Documentation

mrpt::hmtslam::CTopLCDetector_FabMap::CTopLCDetector_FabMap ( CHMTSLAM hmtslam ) [protected]

Referenced by createNewInstance().

virtual mrpt::hmtslam::CTopLCDetector_FabMap::~CTopLCDetector_FabMap (  ) [virtual]

Destructor.


Member Function Documentation

CPose3DPDFPtr mrpt::hmtslam::CTopLCDetector_FabMap::computeTopologicalObservationModel ( const THypothesisID hypID,
const CHMHMapNodePtr currentArea,
const CHMHMapNodePtr refArea,
double &  out_log_lik 
) [virtual]

This method must compute the topological observation model.

Parameters:
out_log_likThe output, a log-likelihood.
Returns:
NULL (empty smart pointer), or a PDF of the estimated translation between the two areas (can be a multi-modal PDF).

Implements mrpt::hmtslam::CTopLCDetectorBase.

static CTopLCDetectorBase* mrpt::hmtslam::CTopLCDetector_FabMap::createNewInstance ( CHMTSLAM hmtslam ) [inline, static]

A class factory, to be implemented in derived classes.

Definition at line 47 of file CTopLCDetector_FabMap.h.

References CTopLCDetector_FabMap().

void mrpt::hmtslam::CTopLCDetector_FabMap::OnNewPose ( const TPoseID poseID,
const CSensoryFrame SF 
) [virtual]

Hook method for being warned about the insertion of a new poses into the maps.

This should be independent of hypothesis IDs.

Reimplemented from mrpt::hmtslam::CTopLCDetectorBase.


Member Data Documentation

Definition at line 42 of file CTopLCDetector_FabMap.h.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011