|
g2o
|
velocity measurement of a differential robot More...
#include <odometry_measurement.h>
Public Member Functions | |
| VelocityMeasurement () | |
| VelocityMeasurement (double vl, double vr, double dt) | |
| double | vl () const |
| void | setVl (double v) |
| double | vr () const |
| void | setVr (double v) |
| double | dt () const |
| void | setDt (double t) |
| const Vector2 & | measurement () const |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Protected Attributes | |
| Vector2 | _measurement |
| double | _dt |
velocity measurement of a differential robot
Definition at line 40 of file odometry_measurement.h.
| g2o::VelocityMeasurement::VelocityMeasurement | ( | ) |
Definition at line 34 of file odometry_measurement.cpp.
| g2o::VelocityMeasurement::VelocityMeasurement | ( | double | vl, |
| double | vr, | ||
| double | dt | ||
| ) |
Definition at line 36 of file odometry_measurement.cpp.
|
inline |
Definition at line 52 of file odometry_measurement.h.
Referenced by g2o::OdomConvert::convertToMotion().
|
inline |
Definition at line 55 of file odometry_measurement.h.
|
inline |
Definition at line 53 of file odometry_measurement.h.
|
inline |
Definition at line 47 of file odometry_measurement.h.
Referenced by main().
|
inline |
Definition at line 50 of file odometry_measurement.h.
Referenced by main().
|
inline |
Definition at line 46 of file odometry_measurement.h.
Referenced by g2o::ClosedFormCalibration::calibrate(), g2o::OdomConvert::convertToMotion(), and main().
|
inline |
Definition at line 49 of file odometry_measurement.h.
Referenced by g2o::ClosedFormCalibration::calibrate(), g2o::OdomConvert::convertToMotion(), and main().
|
protected |
Definition at line 59 of file odometry_measurement.h.
|
protected |
Definition at line 58 of file odometry_measurement.h.
| g2o::VelocityMeasurement::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 42 of file odometry_measurement.h.