Main MRPT website > C++ reference
MRPT logo
List of all members | Classes | Public Member Functions | Public Attributes
mrpt::slam::detail::TPoseBin3D Struct Reference

Detailed Description

Auxiliary structure used in KLD-sampling in particle filters.

See Also
CPosePDFParticles, CMultiMetricMapPDF

Definition at line 96 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

 TPoseBin3D ()
 

Public Attributes

int x
 
int y
 
int z
 
int yaw
 
int pitch
 
int roll
 Bin indices.
 

Constructor & Destructor Documentation

mrpt::slam::detail::TPoseBin3D::TPoseBin3D ( )
inline

Definition at line 98 of file PF_aux_structs.h.

Member Data Documentation

int mrpt::slam::detail::TPoseBin3D::pitch
int mrpt::slam::detail::TPoseBin3D::roll

Bin indices.

Definition at line 100 of file PF_aux_structs.h.

Referenced by mrpt::slam::detail::TPoseBin3D::lt_operator::operator()().

int mrpt::slam::detail::TPoseBin3D::x
int mrpt::slam::detail::TPoseBin3D::y
int mrpt::slam::detail::TPoseBin3D::yaw
int mrpt::slam::detail::TPoseBin3D::z



Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013