Public Member Functions
ScanCostEstimator Class Reference

Interface of Estimator of Scan Cost. Cost - is a number that complies to a scan; the lower cost the better scan. More...

#include <grid_scan_matcher.h>

Inheritance diagram for ScanCostEstimator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual double estimate_scan_cost (const RobotState &pose, const TransformedLaserScan &scan, const GridMap &map, double min_cost)=0

Detailed Description

Interface of Estimator of Scan Cost. Cost - is a number that complies to a scan; the lower cost the better scan.

Definition at line 63 of file grid_scan_matcher.h.


Member Function Documentation

virtual double ScanCostEstimator::estimate_scan_cost ( const RobotState pose,
const TransformedLaserScan scan,
const GridMap map,
double  min_cost 
) [pure virtual]

A callback invoked on estimating the cost of a scan.

Parameters:
poseA pose of a robot.
scanA laser scan with a transformation.
mapA grid map that is used by the matcher.

Implemented in TinyScanCostEstimator.


The documentation for this class was generated from the following file:


tiny_slam
Author(s):
autogenerated on Thu Jun 6 2019 17:44:58