#include <motionmodel.h>
| Public Member Functions | |
| OrientedPoint | drawFromMotion (const OrientedPoint &p, double linearMove, double angularMove) const | 
| OrientedPoint | drawFromMotion (const OrientedPoint &p, const OrientedPoint &pnew, const OrientedPoint &pold) const | 
| Covariance3 | gaussianApproximation (const OrientedPoint &pnew, const OrientedPoint &pold) const | 
| Public Attributes | |
| double | srr | 
| double | srt | 
| double | str | 
| double | stt | 
Definition at line 10 of file motionmodel.h.
| OrientedPoint GMapping::MotionModel::drawFromMotion | ( | const OrientedPoint & | p, | 
| double | linearMove, | ||
| double | angularMove | ||
| ) | const | 
Definition at line 13 of file motionmodel.cpp.
| OrientedPoint GMapping::MotionModel::drawFromMotion | ( | const OrientedPoint & | p, | 
| const OrientedPoint & | pnew, | ||
| const OrientedPoint & | pold | ||
| ) | const | 
Definition at line 25 of file motionmodel.cpp.
| Covariance3 GMapping::MotionModel::gaussianApproximation | ( | const OrientedPoint & | pnew, | 
| const OrientedPoint & | pold | ||
| ) | const | 
Definition at line 61 of file motionmodel.cpp.
| double GMapping::MotionModel::srr | 
Definition at line 14 of file motionmodel.h.
| double GMapping::MotionModel::srt | 
Definition at line 14 of file motionmodel.h.
| double GMapping::MotionModel::str | 
Definition at line 14 of file motionmodel.h.
| double GMapping::MotionModel::stt | 
Definition at line 14 of file motionmodel.h.