EasyNav Simple Stack
|
Structure representing a single particle in the AMCL algorithm. More...
#include <AMCLLocalizer.hpp>
Public Attributes | |
int | hits |
Number of sensor matches (hits) for this particle. | |
tf2::Transform | pose |
Estimated pose of the particle. | |
int | possible_hits |
Maximum number of possible hits. | |
double | weight |
Normalized importance weight of the particle. | |
Structure representing a single particle in the AMCL algorithm.
int hits |
Number of sensor matches (hits) for this particle.
tf2::Transform pose |
Estimated pose of the particle.
int possible_hits |
Maximum number of possible hits.
double weight |
Normalized importance weight of the particle.