Auxiliary structure used in KLD-sampling in particle filters.
Definition at line 29 of file PF_aux_structs.h.
#include <mrpt/slam/PF_aux_structs.h>
Classes | |
| struct | lt_operator |
| less-than ordering of bins for usage in STL containers More... | |
Public Member Functions | |
| TPoseBin2D () | |
Public Attributes | |
| int | x |
| Bin indices. More... | |
| int | y |
| int | phi |
|
inline |
Definition at line 31 of file PF_aux_structs.h.
| int mrpt::slam::detail::TPoseBin2D::phi |
Definition at line 33 of file PF_aux_structs.h.
Referenced by mrpt::slam::KLF_loadBinFromParticle(), and mrpt::slam::detail::TPoseBin2D::lt_operator::operator()().
| int mrpt::slam::detail::TPoseBin2D::x |
Bin indices.
Definition at line 33 of file PF_aux_structs.h.
Referenced by mrpt::slam::KLF_loadBinFromParticle(), and mrpt::slam::detail::TPoseBin2D::lt_operator::operator()().
| int mrpt::slam::detail::TPoseBin2D::y |
Definition at line 33 of file PF_aux_structs.h.
Referenced by mrpt::slam::KLF_loadBinFromParticle(), and mrpt::slam::detail::TPoseBin2D::lt_operator::operator()().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |