|
EasyNav Plugins
|
Structure representing a single particle in the AMCL algorithm. More...
#include <AMCLLocalizer.hpp>

Public Attributes | |
| float | hits |
| Number of sensor matches (hits) for this particle. | |
| ::navmap::NavCelId | last_cid = std::numeric_limits<uint32_t>::max() |
| std::size_t | last_surface = 0 |
| tf2::Transform | pose |
| Estimated pose of the particle. | |
| float | possible_hits |
| Maximum number of possible hits. | |
| double | weight |
| Normalized importance weight of the particle. | |
Structure representing a single particle in the AMCL algorithm.
| float hits |
Number of sensor matches (hits) for this particle.
| ::navmap::NavCelId last_cid = std::numeric_limits<uint32_t>::max() |
| std::size_t last_surface = 0 |
| tf2::Transform pose |
Estimated pose of the particle.
| float possible_hits |
Maximum number of possible hits.
| double weight |
Normalized importance weight of the particle.