#include <Rmp440LE.h>
Public Member Functions | |
WheelsDisplacement () | |
Public Attributes | |
double | m_LeftFront |
double | m_LeftRear |
double | m_Linear |
double | m_RightFront |
double | m_RightRear |
This structure represents the wheel displacements of a Segway RMP.
Definition at line 56 of file Rmp440LE.h.
WheelsDisplacement::WheelsDisplacement | ( | ) | [inline] |
Constructor
Definition at line 61 of file Rmp440LE.h.
Left front wheel linear displacement [m]
Definition at line 77 of file Rmp440LE.h.
Left rear wheel linear displacement [m]
Definition at line 82 of file Rmp440LE.h.
double WheelsDisplacement::m_Linear |
RMP linear displacement [m]
Definition at line 72 of file Rmp440LE.h.
Right front wheel linear displacement [m]
Definition at line 87 of file Rmp440LE.h.
Right rear wheel linear displacement [m]
Definition at line 92 of file Rmp440LE.h.