Main MRPT website > C++ reference for MRPT 1.5.6
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 436 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 439 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 443 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 442 of file maps/COccupancyGridMap2D.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019