Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
i
m
o
p
s
t
Functions
a
c
e
i
m
o
p
s
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
Functions
c
e
g
h
i
m
n
p
r
t
Variables
Typedefs
Macros
c
d
f
g
l
m
n
p
s
t
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
#include <gmapping/sensor/sensor_odometry/sensor_odometry_export.h>
7
8
namespace
GMapping
{
9
10
class
SENSOR_ODOMETRY_EXPORT
OdometrySensor
:
public
Sensor
{
11
public
:
12
OdometrySensor
(
const
std::string& name,
bool
ideal=
false
);
13
inline
bool
isIdeal
()
const
{
return
m_ideal; }
14
protected
:
15
bool
m_ideal
;
16
};
17
18
};
19
20
#endif
21
GMapping
Definition:
configfile.cpp:34
GMapping::OdometrySensor::isIdeal
bool isIdeal() const
Definition:
odometrysensor.h:13
sensor.h
GMapping::Sensor
Definition:
sensor.h:10
GMapping::OdometrySensor::m_ideal
bool m_ideal
Definition:
odometrysensor.h:15
GMapping::OdometrySensor
Definition:
odometrysensor.h:10
openslam_gmapping
Author(s): Cyrill Stachniss, Udo Frese, Giorgio Grisetti, Wolfram Burgard
autogenerated on Thu Oct 19 2023 02:25:51