|
MIRA
|
Subtask that has purpose to limit the speed of the robot. More...
#include <navigation/tasks/VelocityTask.h>

Public Member Functions | |
| VelocityTask () | |
| Constructs a velocity task with a maximum translational velocity of 1m/s and rotational velocity of 90deg/s. More... | |
| VelocityTask (const Velocity2 &v) | |
| Constructs a velocity task with given velocity. More... | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
| The reflect method. More... | |
| Class const & | getClass () const |
Static Public Member Functions | |
| static PseudoClass const & | CLASS () |
Public Attributes | |
| Velocity2 | velocity |
| The requested max velocity. More... | |
Protected Member Functions | |
| virtual Class const & | internalGetClass () const=0 |
Subtask that has purpose to limit the speed of the robot.
|
inline |
Constructs a velocity task with a maximum translational velocity of 1m/s and rotational velocity of 90deg/s.
|
inline |
Constructs a velocity task with given velocity.
| [in] | v | The requested max velocity. |
|
inline |
The reflect method.
| Velocity2 velocity |
The requested max velocity.
1.8.14