#include <odometryreading.h>
Public Member Functions | |
const OrientedPoint & | getAcceleration () const |
const OrientedPoint & | getPose () const |
const OrientedPoint & | getSpeed () const |
OdometryReading (const OdometrySensor *odo, double time=0) | |
void | setAcceleration (const OrientedPoint &acceleration) |
void | setPose (const OrientedPoint &pose) |
void | setSpeed (const OrientedPoint &speed) |
Public Member Functions inherited from GMapping::SensorReading | |
const Sensor * | getSensor () const |
const Sensor * | getSensor () const |
double | getTime () const |
double | getTime () const |
SensorReading (const Sensor *s=0, double time=0) | |
SensorReading (const Sensor *s=0, double time=0) | |
void | setTime (double t) |
virtual | ~SensorReading () |
Protected Attributes | |
OrientedPoint | m_acceleration |
OrientedPoint | m_pose |
OrientedPoint | m_speed |
Protected Attributes inherited from GMapping::SensorReading | |
const Sensor * | m_sensor |
double | m_time |
Definition at line 12 of file odometryreading.h.
GMapping::OdometryReading::OdometryReading | ( | const OdometrySensor * | odo, |
double | time = 0 |
||
) |
Definition at line 5 of file odometryreading.cpp.
|
inline |
Definition at line 17 of file odometryreading.h.
|
inline |
Definition at line 15 of file odometryreading.h.
|
inline |
Definition at line 16 of file odometryreading.h.
|
inline |
Definition at line 20 of file odometryreading.h.
|
inline |
Definition at line 18 of file odometryreading.h.
|
inline |
Definition at line 19 of file odometryreading.h.
|
protected |
Definition at line 25 of file odometryreading.h.
|
protected |
Definition at line 23 of file odometryreading.h.
|
protected |
Definition at line 24 of file odometryreading.h.