20 max_prediction_std_dev(1.0),
21 min_ray_log_lik(-20.0)
40 for (
size_t i=0;i<N;i++)
42 const double prediction_total_var =
rangesCovar(i,i)+sensorRangeVar;
44 if (prediction_total_var > max_var) {
56 else pi = std::max(likGauss,
params.prob_lost_ray);
62 double lpi = std::max(
params.min_ray_log_lik, log(pi));
65 if (num_valid) lik_sum/=num_valid;
66 lik_sum = exp(lik_sum);
#define ASSERT_EQUAL_(__A, __B)
Eigen::VectorXd rangesMean
The same ranges than in rangeScan.scan[], for convenience as an Eigen container, and with double prec...
float stdError
The "sigma" error of the device in meters, used while inserting the scan in an occupancy grid...
double prob_outliers
(Default: 0.5) Probability of having an outlier (dynamic obstacles, not mapped) in each scan ray...
T square(const T x)
Inline function for the square of a number.
float maxRange
The maximum range allowed by the device, in meters (e.g. 80m, 50m,...)
This namespace contains representation of robot actions and observations.
mrpt::utils::ContainerReadOnlyProxyAccessor< std::vector< char > > validRange
It's false (=0) on no reflected rays, referenced to elements in scan.
double evaluateScanLikelihood(const CObservation2DRangeScan &otherScan, const TEvalParams ¶ms) const
Returns a measure of the likelihood of a given scan, compared to this scan variances.
A "CObservation"-derived class that represents a 2D range scan measurement (typically from a laser sc...
T square(const T x)
Inline function for the square of a number.
Eigen::MatrixXd rangesCovar
The covariance matrix for all the ranges in rangeScan.scan[].
mrpt::utils::ContainerReadOnlyProxyAccessor< std::vector< float > > scan
The range values of the scan, in meters. Must have same length than validRange.
GLenum const GLfloat * params