28#ifndef ODOMETRYVISO2_H_
29#define ODOMETRYVISO2_H_
31#include <rtabmap/core/Odometry.h>
33class VisualOdometryStereo;
43 virtual void reset(
const Transform & initialPose = Transform::getIdentity());
51 VisualOdometryStereo * viso2_;
52 int ref_frame_change_method_;
53 int ref_frame_inlier_threshold_;
54 double ref_frame_motion_threshold_;
56 bool keep_reference_frame_;
What one Odometry iteration produced, beyond the pose.
virtual void reset(const Transform &initialPose=Transform::getIdentity())
Resets internal state and sets the initial pose.
virtual Odometry::Type getType()
Abstract base class for visual, lidar and visual-inertial odometry backends.
Type
Odometry backend selected by Parameters::kOdomStrategy().
Container class for all sensor data captured at a specific time.
std::map< std::string, std::string > ParametersMap
Parameter keys mapped to their values, as used by every configurable class (see Parameters).