Go to the source code of this file.
|
| namespace | mrpt |
| | This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
|
| |
| namespace | mrpt::bayes |
| | The namespace for Bayesian filtering algorithm: different particle filters and Kalman filter algorithms.
|
| |
|
| #define | IMPLEMENT_PARTICLE_FILTER_CAPABLE(T) |
| | This must be placed within the declaration of classes inheriting from both CParticleFilterData and CParticleFilterCapable to implement some pure virtual methods (the param T must be equal to the argument of the template CParticleFilterData).
|
| |
| #define IMPLEMENT_PARTICLE_FILTER_CAPABLE |
( |
|
T | ) |
|
This must be placed within the declaration of classes inheriting from both CParticleFilterData and CParticleFilterCapable to implement some pure virtual methods (the param T must be equal to the argument of the template CParticleFilterData).
The following pure virtual methods are implemented:
- CParticleFilterCapable::getW
- CParticleFilterCapable::setW
- CParticleFilterCapable::particlesCount
- CParticleFilterCapable::normalizeWeights
- CParticleFilterCapable::ESS
- CParticleFilterCapable::performSubstitution
Definition at line 168 of file CParticleFilterData.h.