|
RTAB-Map 0.23.10
Real-Time Appearance-Based Mapping
|


Public Member Functions | |
| OdometryMono (const rtabmap::ParametersMap ¶meters=rtabmap::ParametersMap()) | |
| virtual void | reset (const Transform &initialPose) |
| Resets internal state and sets the initial pose. | |
| virtual Odometry::Type | getType () |
Public Member Functions inherited from rtabmap::Odometry | |
| Transform | process (SensorData &data, OdometryInfo *info=0) |
| Processes a sensor frame and updates the integrated pose. | |
| Transform | process (SensorData &data, const Transform &guess, OdometryInfo *info=0) |
| Processes a sensor frame with an external motion guess. | |
| virtual bool | canProcessRawImages () const |
| virtual bool | canProcessAsyncIMU () const |
| const Transform & | getPose () const |
| bool | isInfoDataFilled () const |
| RTABMAP_DEPRECATED const Transform & | previousVelocityTransform () const |
| const Transform & | getVelocityGuess () const |
| double | previousStamp () const |
| unsigned int | framesProcessed () const |
| bool | imagesAlreadyRectified () const |
Additional Inherited Members | |
Public Types inherited from rtabmap::Odometry | |
| enum | Type { kTypeUndef = -1 , kTypeF2M = 0 , kTypeF2F = 1 , kTypeFovis = 2 , kTypeViso2 = 3 , kTypeDVO = 4 , kTypeORBSLAM = 5 , kTypeOkvis = 6 , kTypeLOAM = 7 , kTypeMSCKF = 8 , kTypeVINSFusion = 9 , kTypeOpenVINS = 10 , kTypeFLOAM = 11 , kTypeOpen3D = 12 , kTypeCuVSLAM = 13 , kTypeLIOSAM = 14 } |
| Odometry backend selected by Parameters::kOdomStrategy(). More... | |
Static Public Member Functions inherited from rtabmap::Odometry | |
| static Odometry * | create (const ParametersMap ¶meters=ParametersMap()) |
Creates an odometry instance from Parameters::kOdomStrategy() in parameters. | |
| static Odometry * | create (Type &type, const ParametersMap ¶meters=ParametersMap()) |
Creates an odometry instance of a given type. | |
Protected Member Functions inherited from rtabmap::Odometry | |
| const std::map< double, Transform > & | imus () const |
| Odometry (const rtabmap::ParametersMap ¶meters) | |
| Constructs the base odometry state from RTAB-Map parameters. | |
Definition at line 39 of file OdometryMono.h.
|
virtual |
Resets internal state and sets the initial pose.
| initialPose | Starting pose (must not be null). Z/roll/pitch may be cleared if Parameters::kRegForce3DoF() is enabled. |
Reimplemented from rtabmap::Odometry.
|
inlinevirtual |
Implements rtabmap::Odometry.
Definition at line 45 of file OdometryMono.h.