#include <Vector.h>
Inheritance diagram for propertyservice::mobilerobot::RobotVelocity:

Public Methods | |
| RobotVelocity () | |
| Create an empty RobotVelocity object. | |
| RobotVelocity (const Vector< double, 2 > &other) | |
| Copy any two-dimensional vector. | |
| RobotVelocity & | operator= (const Vector< double, 2 > &other) |
| Copy any two-dimensional vector. | |
| double & | translation () |
| The translational motion of a mobile robot (meters per second). | |
| double & | rotation () |
| The rotational motion of a mobile robot (radians per second). | |
|
|
The rotational motion of a mobile robot (radians per second). Translates to componentArray[1]. |
|
|
The translational motion of a mobile robot (meters per second). Translates to componentArray[0]. |