g2o
|
A 2D odometry measurement expressed as a transformation. More...
#include <odometry_measurement.h>
Public Member Functions | |
MotionMeasurement () | |
MotionMeasurement (double x, double y, double theta, double dt) | |
MotionMeasurement (const Vector3D &m, double dt) | |
double | x () const |
void | setX (double v) |
double | y () const |
void | setY (double v) |
double | theta () const |
void | setTheta (double v) |
double | dt () const |
void | setDt (double t) |
const Vector3D & | measurement () const |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Protected Attributes | |
Vector3D | _measurement |
double | _dt |
A 2D odometry measurement expressed as a transformation.
Definition at line 64 of file odometry_measurement.h.
g2o::MotionMeasurement::MotionMeasurement | ( | ) |
Definition at line 44 of file odometry_measurement.cpp.
Referenced by g2o::OdomConvert::convertToMotion().
g2o::MotionMeasurement::MotionMeasurement | ( | double | x, |
double | y, | ||
double | theta, | ||
double | dt | ||
) |
Definition at line 49 of file odometry_measurement.cpp.
g2o::MotionMeasurement::MotionMeasurement | ( | const Vector3D & | m, |
double | dt | ||
) |
Definition at line 54 of file odometry_measurement.cpp.
|
inline |
Definition at line 81 of file odometry_measurement.h.
Referenced by g2o::OdomConvert::convertToVelocity().
|
inline |
|
inline |
Definition at line 82 of file odometry_measurement.h.
|
inline |
Definition at line 79 of file odometry_measurement.h.
|
inline |
Definition at line 73 of file odometry_measurement.h.
|
inline |
Definition at line 76 of file odometry_measurement.h.
|
inline |
Definition at line 78 of file odometry_measurement.h.
Referenced by g2o::OdomConvert::convertToMotion(), and g2o::OdomConvert::convertToVelocity().
|
inline |
Definition at line 72 of file odometry_measurement.h.
Referenced by g2o::OdomConvert::convertToMotion(), and g2o::OdomConvert::convertToVelocity().
|
inline |
Definition at line 75 of file odometry_measurement.h.
Referenced by g2o::OdomConvert::convertToMotion(), and g2o::OdomConvert::convertToVelocity().
|
protected |
Definition at line 88 of file odometry_measurement.h.
|
protected |
Definition at line 87 of file odometry_measurement.h.
g2o::MotionMeasurement::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 67 of file odometry_measurement.h.