#include <AbstractGpsEstimationManager.h>
Manages estimations of GPS readings.
Definition at line 40 of file AbstractGpsEstimationManager.h.
Gets the GPS estimate of the given scan (return value is meaningless if IsGpsEstimateValid(pScan) returns false).
- Parameters
-
- Returns
- GPS estimate of the given scan
virtual kt_bool karto::AbstractGpsEstimationManager::IsGpsEstimateValid |
( |
const LocalizedObject * |
pScan | ) |
const |
|
pure virtual |
Whether the GPS estimate of the given scan is valid
- Parameters
-
- Returns
- whether the GPS estimate of the given scan is valid
Sets the GPS estimate of the given scan
- Parameters
-
pScan | scan |
rGpsEstimate | GPS estimate of the given scan |
The documentation for this class was generated from the following file: