Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
OpenKarto
source
OpenKarto
AbstractGpsEstimationManager.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2006-2011, SRI International (R)
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU Lesser General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU Lesser General Public License for more details.
13
*
14
* You should have received a copy of the GNU Lesser General Public License
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
18
#pragma once
19
20
#ifndef __OpenKarto_AbstractGpsEstimationManager_h__
21
#define __OpenKarto_AbstractGpsEstimationManager_h__
22
23
#include <
OpenKarto/Referenced.h
>
24
#include <
OpenKarto/Geometry.h
>
25
26
namespace
karto
27
{
28
30
31
32
class
LocalizedObject;
33
40
class
AbstractGpsEstimationManager
:
public
Referenced
41
{
42
public
:
49
virtual
gps::PointGps
GetGpsEstimate
(
const
LocalizedObject
* pScan)
const
= 0;
50
56
virtual
void
SetGpsEstimate
(
const
LocalizedObject
* pScan,
const
gps::PointGps
& rGpsEstimate) = 0;
57
63
virtual
kt_bool
IsGpsEstimateValid
(
const
LocalizedObject
* pScan)
const
= 0;
64
};
65
67
}
68
69
70
#endif // __OpenKarto_AbstractGpsEstimationManager_h__
kt_bool
bool kt_bool
Definition:
Types.h:145
karto::Referenced
Definition:
Referenced.h:42
karto::AbstractGpsEstimationManager::SetGpsEstimate
virtual void SetGpsEstimate(const LocalizedObject *pScan, const gps::PointGps &rGpsEstimate)=0
karto::AbstractGpsEstimationManager::IsGpsEstimateValid
virtual kt_bool IsGpsEstimateValid(const LocalizedObject *pScan) const =0
karto::LocalizedObject
Definition:
SensorData.h:356
Referenced.h
karto::gps::PointGps
Definition:
Geometry.h:3040
karto::AbstractGpsEstimationManager
Definition:
AbstractGpsEstimationManager.h:40
karto::AbstractGpsEstimationManager::GetGpsEstimate
virtual gps::PointGps GetGpsEstimate(const LocalizedObject *pScan) const =0
karto
Definition:
Any.cpp:20
Geometry.h
nav2d_karto
Author(s): Sebastian Kasperski
autogenerated on Tue Nov 7 2017 06:02:36