odometryreading.h
Go to the documentation of this file.
1 #ifndef ODOMETRYREADING_H
2 #define ODOMETRYREADING_H
3 
4 #include <string.h>
6 #include <gmapping/utils/point.h>
7 #include "odometrysensor.h"
8 
9 namespace GMapping{
10 
12  public:
13  OdometryReading(const OdometrySensor* odo, double time=0);
14  inline const OrientedPoint& getPose() const {return m_pose;}
15  inline const OrientedPoint& getSpeed() const {return m_speed;}
16  inline const OrientedPoint& getAcceleration() const {return m_acceleration;}
17  inline void setPose(const OrientedPoint& pose) {m_pose=pose;}
18  inline void setSpeed(const OrientedPoint& speed) {m_speed=speed;}
19  inline void setAcceleration(const OrientedPoint& acceleration) {m_acceleration=acceleration;}
20 
21  protected:
25 };
26 
27 };
28 #endif
29 
void setAcceleration(const OrientedPoint &acceleration)
OdometryReading(const OdometrySensor *odo, double time=0)
const OrientedPoint & getSpeed() const
void setSpeed(const OrientedPoint &speed)
const OrientedPoint & getAcceleration() const
void setPose(const OrientedPoint &pose)
const OrientedPoint & getPose() const


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