28#ifndef ODOMETRYMSCKF_H_
29#define ODOMETRYMSCKF_H_
31#include <rtabmap/core/Odometry.h>
35class ImageProcessorNoROS;
44 virtual void reset(
const Transform & initialPose = Transform::getIdentity());
53#ifdef RTABMAP_MSCKF_VIO
54 ImageProcessorNoROS * imageProcessor_;
55 MsckfVioNoROS * msckf_;
Inertial measurement sample (ROS sensor_msgs/Imu-like fields).
What one Odometry iteration produced, beyond the pose.
virtual bool canProcessRawImages() const
virtual void reset(const Transform &initialPose=Transform::getIdentity())
Resets internal state and sets the initial pose.
virtual bool canProcessAsyncIMU() const
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).