Public Member Functions | Private Attributes
rtabmap::OdometryEvent Class Reference

#include <OdometryEvent.h>

Inheritance diagram for rtabmap::OdometryEvent:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const cv::Mat & covariance () const
SensorDatadata ()
const SensorDatadata () const
virtual std::string getClassName () const
const OdometryInfoinfo () const
 OdometryEvent ()
 OdometryEvent (const SensorData &data, const Transform &pose, const OdometryInfo &info=OdometryInfo())
const Transformpose () const
std::vector< float > velocity () const
virtual ~OdometryEvent ()

Private Attributes

SensorData _data
OdometryInfo _info
Transform _pose

Detailed Description

Definition at line 39 of file OdometryEvent.h.


Constructor & Destructor Documentation

Definition at line 42 of file OdometryEvent.h.

rtabmap::OdometryEvent::OdometryEvent ( const SensorData data,
const Transform pose,
const OdometryInfo info = OdometryInfo() 
) [inline]

Definition at line 46 of file OdometryEvent.h.

virtual rtabmap::OdometryEvent::~OdometryEvent ( ) [inline, virtual]

Definition at line 66 of file OdometryEvent.h.


Member Function Documentation

const cv::Mat& rtabmap::OdometryEvent::covariance ( ) const [inline]

Definition at line 72 of file OdometryEvent.h.

Definition at line 69 of file OdometryEvent.h.

const SensorData& rtabmap::OdometryEvent::data ( ) const [inline]

Definition at line 70 of file OdometryEvent.h.

virtual std::string rtabmap::OdometryEvent::getClassName ( ) const [inline, virtual]

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.

Returns:
the class name

Implements UEvent.

Definition at line 67 of file OdometryEvent.h.

const OdometryInfo& rtabmap::OdometryEvent::info ( ) const [inline]

Definition at line 89 of file OdometryEvent.h.

const Transform& rtabmap::OdometryEvent::pose ( ) const [inline]

Definition at line 71 of file OdometryEvent.h.

std::vector<float> rtabmap::OdometryEvent::velocity ( ) const [inline]

Definition at line 73 of file OdometryEvent.h.


Member Data Documentation

Definition at line 92 of file OdometryEvent.h.

Definition at line 94 of file OdometryEvent.h.

Definition at line 93 of file OdometryEvent.h.


The documentation for this class was generated from the following file:


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:41