|
MIRA
|
Task for docking to a given position with a given orientation. More...
#include <navigation/tasks/DockingTask.h>

Public Member Functions | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | DockingTask () |
| Creates a task with both tolerances 0. More... | |
| DockingTask (const Pose2 &p, const Pose2 &t, const std::string &g) | |
| Creates a task with given pose and a tolerance. 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 | |
| Pose2 | pose |
| The requested pose. More... | |
| Pose2 | tolerance |
| The requested tolerance. More... | |
| std::string | goalFrame |
| Frame of the goal. More... | |
Protected Member Functions | |
| virtual Class const & | internalGetClass () const=0 |
Task for docking to a given position with a given orientation.
|
inline |
Creates a task with both tolerances 0.
|
inline |
Creates a task with given pose and a tolerance.
| [in] | p | The requested pose. |
| [in] | t | The requested tolerance. |
| [in] | g | The frame of the goal |
|
inline |
The reflect method.
| Pose2 pose |
The requested pose.
| Pose2 tolerance |
The requested tolerance.
| std::string goalFrame |
Frame of the goal.
1.8.14