|
base
|
#include <Motion2D.hpp>
Public Member Functions | |
| Motion2D () | |
| heading in rad. Positive is counter-clockwise More... | |
| Motion2D (double translation, double rotation) | |
| Motion2D (double translation, double rotation, base::Angle heading) | |
Public Attributes | |
| double | translation |
| double | rotation |
| translation value in m/s More... | |
| base::Angle | heading |
| rotation value in rad/s. Positive is counter-clockwise More... | |
A unified motion control data structure for differential drive-based robots.
|
inline |
heading in rad. Positive is counter-clockwise
|
inline |
|
inline |
| base::Angle base::commands::Motion2D::heading |
rotation value in rad/s. Positive is counter-clockwise
| double base::commands::Motion2D::rotation |
translation value in m/s
| double base::commands::Motion2D::translation |
1.8.13