Main Page
Namespaces
Classes
Files
File List
File Members
include
gmapping
sensor
sensor_odometry
odometrysensor.h
Go to the documentation of this file.
1
#ifndef ODOMETRYSENSOR_H
2
#define ODOMETRYSENSOR_H
3
4
#include <string>
5
#include <
gmapping/sensor/sensor_base/sensor.h
>
6
7
namespace
GMapping
{
8
9
class
OdometrySensor
:
public
Sensor
{
10
public
:
11
OdometrySensor
(
const
std::string& name,
bool
ideal=
false
);
12
inline
bool
isIdeal
()
const
{
return
m_ideal
; }
13
protected
:
14
bool
m_ideal
;
15
};
16
17
};
18
19
#endif
20
GMapping::OdometrySensor
Definition:
odometrysensor.h:9
GMapping::OdometrySensor::m_ideal
bool m_ideal
Definition:
odometrysensor.h:14
GMapping::Sensor
Definition:
sensor.h:9
sensor.h
GMapping::OdometrySensor::OdometrySensor
OdometrySensor(const std::string &name, bool ideal=false)
Definition:
odometrysensor.cpp:5
GMapping
Definition:
carmenwrapper.h:40
GMapping::OdometrySensor::isIdeal
bool isIdeal() const
Definition:
odometrysensor.h:12
openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22