|
RTAB-Map 0.23.10
Real-Time Appearance-Based Mapping
|
Asks OdometryThread to restart the odometry from a given pose. More...
#include <OdometryEvent.h>


Public Member Functions | |
| OdometryResetEvent (const Transform &pose=Transform::getIdentity()) | |
| virtual std::string | getClassName () const |
| const Transform & | getPose () const |
Public Member Functions inherited from UEvent | |
| int | getCode () const |
Additional Inherited Members | |
Protected Member Functions inherited from UEvent | |
| UEvent (int code=0) | |
Asks OdometryThread to restart the odometry from a given pose.
The buffered frames and IMU samples are dropped, and the integration starts over from getPose(). Handled even before the thread is started.
Definition at line 144 of file OdometryEvent.h.
|
inline |
| pose | Pose to restart from (identity by default). |
Definition at line 148 of file OdometryEvent.h.
|
inlinevirtual |
Definition at line 149 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 150 of file OdometryEvent.h.
|
inline |
Definition at line 152 of file OdometryEvent.h.