47 #ifndef _MIRA_VELOCITYTASK_H_ 48 #define _MIRA_VELOCITYTASK_H_ 53 namespace mira {
namespace navigation {
81 template<
typename Reflector>
85 r.property(
"Velocity",
velocity,
"The requested max velocity.");
INTERNAL std::enable_if< std::is_floating_point< T >::value, T >::type deg2rad(T value)
VelocityTask()
Constructs a velocity task with a maximum translational velocity of 1m/s and rotational velocity of 9...
Definition: VelocityTask.h:69
#define MIRA_REFLECT_BASE(reflector, BaseClass)
VelocityTask(const Velocity2 &v)
Constructs a velocity task with given velocity.
Definition: VelocityTask.h:76
Interface for sub tasks to be added to a navigation task.
Definition: Task.h:63
Base classes and interfaces for navigation tasks.
void reflect(Reflector &r)
The reflect method.
Definition: VelocityTask.h:82
Subtask that has purpose to limit the speed of the robot.
Definition: VelocityTask.h:60
Velocity2 velocity
The requested max velocity.
Definition: VelocityTask.h:90