#include <CLPaFil.h>
Public Member Functions | |
| CLPaFilVariables () | |
| Default Costructor. | |
| CLPaFilVariables (const CLPaFilVariables &A) | |
| Copy constructor. | |
| CLPaFilVariables | operator= (CLPaFilVariables &A) |
| Operator =. | |
| ~CLPaFilVariables () | |
| Complete destructor. | |
| string | print () |
| Print CLPaFilVariables. | |
Public Attributes | |
| int | step |
| Number of the current algorithm iteration. | |
| vector< Particle > | map |
| Vector of particles. | |
| Pose | Ixi_tmeno1 |
| Self-localization of the owner. | |
| Pose | Jxj_tmeno1 |
| Self-localization of the other robot. | |
| Pose | bestIxJ_mean |
| Best estimate of IxJ computed as mean of all hypoteses. | |
| Pose | bestIxJ_winner |
| Best estimate of IxJ as the hypotesis with the highest weight. | |
| int | bestParticle |
| Index of particle having the highest weight. | |
| Pose | myLastConf |
| Last Self-localization of the owner. | |
| Pose | hisLastConf |
| Last Self-localization of the other robot. | |
Number of the current algorithm iteration.
1.5.6