Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
DualCoding::ShapeSLAMParticleFilter Class Referencebundles a DeadReckoning motion model and a ShapeSLAMSensorModel for easy use of a shape-based particle filter for mapping and localization More...
Inheritance diagram for DualCoding::ShapeSLAMParticleFilter:
Detailed Descriptionbundles a DeadReckoning motion model and a ShapeSLAMSensorModel for easy use of a shape-based particle filter for mapping and localization Definition at line 123 of file ShapeSLAMParticleFilter.h.
Constructor & Destructor Documentation
constructor, must pass local and world shape spaces, which will be used in future calls to update() Definition at line 126 of file ShapeSLAMParticleFilter.h.
destructor Definition at line 134 of file ShapeSLAMParticleFilter.h.
don't call (copy constructor) Member Function Documentation
Currently not working for SLAM particles, but should display particles on the world map; howmany can either be a percentage (<= 1.0) or a whole number. Definition at line 127 of file ShapeSLAMParticleFilter.cc.
accessor for sensorModel Definition at line 147 of file ShapeSLAMParticleFilter.h.
don't call (assignment operator)
updates the mapbuilder's agent's position on worldShS Definition at line 120 of file ShapeSLAMParticleFilter.cc.
replaces the sensor model in use, the particle filter will take responsibility for deallocating the sensor model's memory when destructed or replaced Definition at line 150 of file ShapeSLAMParticleFilter.h.
update, triggers a particle filter update using the embedded sensorModel Definition at line 144 of file ShapeSLAMParticleFilter.h. Member Data Documentation
provides evaluation of particles Definition at line 159 of file ShapeSLAMParticleFilter.h. Referenced by displayParticles(), getSensorModel(), setSensorModel(), update(), and ~ShapeSLAMParticleFilter(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:21 2016 by Doxygen 1.6.3 |