|
MIRA
|
#include <robot/Odometry.h>
Public Member Functions | |
| bool | isApprox (const Odometry< D > &other, float prec=std::numeric_limits< float >::epsilon()) const |
Constructors and reflect | |
| Odometry () | |
| Odometry (const RigidTransform< float, D > &p, const RigidTransform< float, D > &v) | |
| Construct a new odometry object. More... | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
Public Attributes | |
| RigidTransform< float, D > | pose |
| The pose. More... | |
| RigidTransform< float, D > | velocity |
| The velocity. More... | |
Odometry class.
Contains a Pose for the position and a Velocity for translational and rotational speed.
|
inline |
|
inline |
Construct a new odometry object.
| [in] | p | The current pose. |
| [in] | v | The current velocity. |
|
inline |
|
inline |
| RigidTransform<float, D> pose |
The pose.
| RigidTransform<float, D> velocity |
The velocity.
1.8.14