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>
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
Covariance3 gaussianApproximation(const OrientedPoint &pnew, const OrientedPoint &pold) const
Definition: motionmodel.cpp:61
OrientedPoint drawFromMotion(const OrientedPoint &p, double linearMove, double angularMove) const
Definition: motionmodel.cpp:13


openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22