#include <stdexcept>
#include "PlanningUtil.h"
Go to the source code of this file.
|
bool | finishedRunning (Status status) |
| Returns whether the given task status describes a state where planning is done (may be failed). More...
|
|
bool | isRunning (Status status) |
| Returns whether the given task status describes a state where a path is planned. More...
|
|
std::string | toString (Status status) |
| Returns the given task status as a string. More...
|
|
Status | transitionAtDone (Status status) |
| Performs a transition from the given to the appropiate following status in case the task is done. More...
|
|
Status | transitionAtKill (Status status) |
| Performs a transition from the given to the appropiate following status in case of a task kill. More...
|
|
Status | transitionAtOutoftime (Status status) |
| Performs a transition from the given to the appropiate following status in case of the task failing. More...
|
|