#include <navigation/tasks/PathFollowTask.h>
◆ PathFollowBaseTask() [1/2]
Creates a path follow task with precision = goalTolerance = 0.1m and rotation tolerance 10 degrees.
◆ PathFollowBaseTask() [2/2]
Creates a task with given precision and a tolerance.
- Parameters
-
| [in] | iPrecision | The precision for following the path (max. distance from path) [m]. |
| [in] | iGoalTolerance | The tolerance in for reaching the goal point [m]. |
◆ reflect()
| void reflect |
( |
Reflector & |
r | ) |
|
|
inline |
◆ reachedPosition()
| virtual bool reachedPosition |
( |
const typename T::value_type & |
pos | ) |
const |
|
inlinevirtual |
◆ reachedOrientation()
| virtual bool reachedOrientation |
( |
const typename T::value_type & |
pos | ) |
const |
|
inlinevirtual |
◆ reached()
| virtual bool reached |
( |
const typename T::value_type & |
pos | ) |
const |
|
inlinevirtual |
◆ reflectTolerance() [1/2]
| void reflectTolerance |
( |
Reflector & |
r | ) |
|
|
inlineinherited |
◆ reflectTolerance() [2/2]
◆ points
The control points of the path (the last point is the goal point).
◆ precision
The precision for following the path (max. distance from path) [m].
◆ goalTranslationTolerance
| float goalTranslationTolerance |
|
inherited |
The tolerance in for reaching the goal point [m].
◆ goalOrientationTolerance
| float goalOrientationTolerance |
|
inherited |
The tolerance for reaching the goal point [rad].
◆ frame
The coordinate frame, the points are specified in.
The documentation for this class was generated from the following file: