| 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 () |
| 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. | |
| 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)
Referenced by ParticleFilter< ParticleT >::updateMotion().
|
Tekkotsu v3.0 |
Generated Fri May 11 20:08:31 2007 by Doxygen 1.4.7 |