Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ParticleFilter< ParticleT >::MotionModel Class Reference#include <ParticleFilter.h>
Inheritance diagram for ParticleFilter< ParticleT >::MotionModel:
![]() Detailed Descriptiontemplate<typename ParticleT>
A motion model is retained by the particle filter to query before evaluating sensor measurements so all known influences are accounted for before testing the particles.
|
Public Types | |
typedef ParticleT | particle_type |
redefinition here allows reference to the particle type even if the template parameter may be abstracted away due to a typedef | |
typedef std::vector < particle_type > | particle_collection |
the collection type we'll be using to store the particles | |
typedef particle_collection::size_type | index_t |
index type for refering to particles within the collection | |
Public Member Functions | |
virtual | ~MotionModel () |
destructor | |
virtual void | updateMotion (particle_collection &particles)=0 |
The particle filter will call these when it wants to update particle state values to account for known influences. |
typedef ParticleT ParticleFilter< ParticleT >::MotionModel::particle_type |
redefinition here allows reference to the particle type even if the template parameter may be abstracted away due to a typedef
Definition at line 161 of file ParticleFilter.h.
typedef std::vector<particle_type> ParticleFilter< ParticleT >::MotionModel::particle_collection |
the collection type we'll be using to store the particles
Reimplemented in HolonomicMotionModel< ParticleT >.
Definition at line 162 of file ParticleFilter.h.
typedef particle_collection::size_type ParticleFilter< ParticleT >::MotionModel::index_t |
index type for refering to particles within the collection
Definition at line 163 of file ParticleFilter.h.
virtual ParticleFilter< ParticleT >::MotionModel::~MotionModel | ( | ) | [inline, virtual] |
virtual void ParticleFilter< ParticleT >::MotionModel::updateMotion | ( | particle_collection & | particles | ) | [pure virtual] |
The particle filter will call these when it wants to update particle state values to account for known influences.
See the class notes regarding the usefulness of adding noise to the control parameters (or their effects)
Implemented in HolonomicMotionModel< ParticleT >.
Referenced by ParticleFilter< ParticleT >::updateMotion().
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:35 2007 by Doxygen 1.5.4 |