31#include <rtabmap/core/Odometry.h>
32#include <rtabmap/core/Signature.h>
44 virtual void reset(
const Transform & initialPose = Transform::getIdentity());
46 const Signature & getRefFrame()
const {
return refFrame_;}
57 float scanKeyFrameThr_;
virtual void reset(const Transform &initialPose=Transform::getIdentity())
Resets internal state and sets the initial pose.
virtual Odometry::Type getType()
What one Odometry iteration produced, beyond the pose.
Abstract base class for visual, lidar and visual-inertial odometry backends.
Type
Odometry backend selected by Parameters::kOdomStrategy().
Abstract base for registering two observations (visual, ICP, or both).
Container class for all sensor data captured at a specific time.
Represents a node in RTAB-Map's pose graph.
std::map< std::string, std::string > ParametersMap
Parameter keys mapped to their values, as used by every configurable class (see Parameters).