Main Page
Namespaces
Classes
Files
File List
File Members
include
gmapping
gridfastslam
motionmodel.h
Go to the documentation of this file.
1
#ifndef MOTIONMODEL_H
2
#define MOTIONMODEL_H
3
4
#include <
gmapping/utils/point.h
>
5
#include <
gmapping/utils/stat.h
>
6
#include <
gmapping/utils/macro_params.h
>
7
8
namespace
GMapping
{
9
10
struct
MotionModel
{
11
OrientedPoint
drawFromMotion
(
const
OrientedPoint
& p,
double
linearMove,
double
angularMove)
const
;
12
OrientedPoint
drawFromMotion
(
const
OrientedPoint
& p,
const
OrientedPoint
& pnew,
const
OrientedPoint
& pold)
const
;
13
Covariance3
gaussianApproximation
(
const
OrientedPoint
& pnew,
const
OrientedPoint
& pold)
const
;
14
double
srr
,
str
,
srt
,
stt
;
15
};
16
17
};
18
19
#endif
GMapping::MotionModel::stt
double stt
Definition:
motionmodel.h:14
GMapping::MotionModel::srt
double srt
Definition:
motionmodel.h:14
GMapping::MotionModel::gaussianApproximation
Covariance3 gaussianApproximation(const OrientedPoint &pnew, const OrientedPoint &pold) const
Definition:
motionmodel.cpp:61
point.h
GMapping::Covariance3
Definition:
graphmap.cpp:25
macro_params.h
stat.h
GMapping::MotionModel
Definition:
motionmodel.h:10
GMapping::orientedpoint< double, double >
GMapping::MotionModel::drawFromMotion
OrientedPoint drawFromMotion(const OrientedPoint &p, double linearMove, double angularMove) const
Definition:
motionmodel.cpp:13
GMapping
Definition:
carmenwrapper.h:40
GMapping::MotionModel::str
double str
Definition:
motionmodel.h:14
GMapping::MotionModel::srr
double srr
Definition:
motionmodel.h:14
openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22