Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Classes | Public Member Functions | Public Attributes
mrpt::obs::CObservation2DRangeScanWithUncertainty Class Reference

Detailed Description

A 2D range scan plus an uncertainty model for each range.

See also
mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty()

Definition at line 22 of file CObservation2DRangeScanWithUncertainty.h.

#include <mrpt/obs/CObservation2DRangeScanWithUncertainty.h>

Classes

struct  TEvalParams
 

Public Member Functions

double evaluateScanLikelihood (const CObservation2DRangeScan &otherScan, const TEvalParams &params) const
 Returns a measure of the likelihood of a given scan, compared to this scan variances. More...
 

Public Attributes

CObservation2DRangeScan rangeScan
 The observation with the mean ranges in the scan field. More...
 
Eigen::VectorXd rangesMean
 The same ranges than in rangeScan.scan[], for convenience as an Eigen container, and with double precision. More...
 
Eigen::MatrixXd rangesCovar
 The covariance matrix for all the ranges in rangeScan.scan[]. More...
 

Member Function Documentation

◆ evaluateScanLikelihood()

double mrpt::obs::CObservation2DRangeScanWithUncertainty::evaluateScanLikelihood ( const CObservation2DRangeScan otherScan,
const TEvalParams params 
) const

Returns a measure of the likelihood of a given scan, compared to this scan variances.

Member Data Documentation

◆ rangeScan

CObservation2DRangeScan mrpt::obs::CObservation2DRangeScanWithUncertainty::rangeScan

The observation with the mean ranges in the scan field.

Definition at line 25 of file CObservation2DRangeScanWithUncertainty.h.

◆ rangesCovar

Eigen::MatrixXd mrpt::obs::CObservation2DRangeScanWithUncertainty::rangesCovar

The covariance matrix for all the ranges in rangeScan.scan[].

Definition at line 27 of file CObservation2DRangeScanWithUncertainty.h.

◆ rangesMean

Eigen::VectorXd mrpt::obs::CObservation2DRangeScanWithUncertainty::rangesMean

The same ranges than in rangeScan.scan[], for convenience as an Eigen container, and with double precision.

Definition at line 26 of file CObservation2DRangeScanWithUncertainty.h.




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017