#include <OdometryEvent.h>
Public Member Functions | |
const cv::Mat & | covariance () const |
SensorData & | data () |
const SensorData & | data () const |
virtual std::string | getClassName () const |
const OdometryInfo & | info () const |
OdometryEvent () | |
OdometryEvent (const SensorData &data, const Transform &pose, const OdometryInfo &info=OdometryInfo()) | |
const Transform & | pose () const |
std::vector< float > | velocity () const |
virtual | ~OdometryEvent () |
Public Member Functions inherited from UEvent | |
int | getCode () const |
virtual | ~UEvent () |
Private Attributes | |
SensorData | _data |
OdometryInfo | _info |
Transform | _pose |
Additional Inherited Members | |
Protected Member Functions inherited from UEvent | |
UEvent (int code=0) | |
Definition at line 39 of file OdometryEvent.h.
|
inline |
Definition at line 42 of file OdometryEvent.h.
|
inline |
Definition at line 46 of file OdometryEvent.h.
|
inlinevirtual |
Definition at line 66 of file OdometryEvent.h.
|
inline |
Definition at line 72 of file OdometryEvent.h.
|
inline |
Definition at line 69 of file OdometryEvent.h.
|
inline |
Definition at line 70 of file OdometryEvent.h.
|
inlinevirtual |
This method is used to get the class name of the event. For example, if a class MouseEvent inherits from UEvent, it must return the "MouseEvent" string.
Implements UEvent.
Definition at line 67 of file OdometryEvent.h.
|
inline |
Definition at line 89 of file OdometryEvent.h.
|
inline |
Definition at line 71 of file OdometryEvent.h.
|
inline |
Definition at line 73 of file OdometryEvent.h.
|
private |
Definition at line 92 of file OdometryEvent.h.
|
private |
Definition at line 94 of file OdometryEvent.h.
|
private |
Definition at line 93 of file OdometryEvent.h.