Main MRPT website > C++ reference for MRPT 1.5.5
List of all members | Public Member Functions | Public Attributes
mrpt::maps::COccupancyGridMap2D::TLikelihoodOutput Class Reference

Detailed Description

Some members of this struct will contain intermediate or output data after calling "computeObservationLikelihood" for some likelihood functions.

Definition at line 434 of file maps/COccupancyGridMap2D.h.

#include <mrpt/maps/COccupancyGridMap2D.h>

Public Member Functions

 TLikelihoodOutput ()
 

Public Attributes

std::vector< TPairLikelihoodIndexOWA_pairList
 [OWA method] This will contain the ascending-ordered list of pairs:(likelihood values, 2D point in map coordinates). More...
 
std::vector< double > OWA_individualLikValues
 [OWA method] This will contain the ascending-ordered list of likelihood values for individual range measurements in the scan. More...
 

Constructor & Destructor Documentation

◆ TLikelihoodOutput()

mrpt::maps::COccupancyGridMap2D::TLikelihoodOutput::TLikelihoodOutput ( )
inline

Definition at line 437 of file maps/COccupancyGridMap2D.h.

Member Data Documentation

◆ OWA_individualLikValues

std::vector<double> mrpt::maps::COccupancyGridMap2D::TLikelihoodOutput::OWA_individualLikValues

[OWA method] This will contain the ascending-ordered list of likelihood values for individual range measurements in the scan.

Definition at line 441 of file maps/COccupancyGridMap2D.h.

◆ OWA_pairList

std::vector<TPairLikelihoodIndex> mrpt::maps::COccupancyGridMap2D::TLikelihoodOutput::OWA_pairList

[OWA method] This will contain the ascending-ordered list of pairs:(likelihood values, 2D point in map coordinates).

Definition at line 440 of file maps/COccupancyGridMap2D.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019