9 #ifndef CLocalMetricHypothesis_impl_H    10 #define CLocalMetricHypothesis_impl_H    18 template <
class PF_ALGORITHM>
    26         m_parent->m_LSLAM_method->prediction_and_update<PF_ALGORITHM>(
    27                 this, action, observation, PF_options);
 This file contains the implementations of the template members declared in mrpt::slam::PF_implementat...
 
Declares a class for storing a collection of robot actions. 
 
mrpt::utils::safe_ptr< CHMTSLAM > m_parent
For quick access to our parent object. 
 
Declares a class for storing a "sensory frame", a set of "observations" taken by the robot approximat...
 
void prediction_and_update(const mrpt::obs::CActionCollection *action, const mrpt::obs::CSensoryFrame *observation, const bayes::CParticleFilter::TParticleFilterOptions &PF_options)
The PF algorithm implementation. 
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
The configuration of a particle filter.