29#include <RobotComponents/interface/components/MotionPlanning/DataStructures.h>
Status transitionAtDone(Status status)
Performs a transition from the given to the appropiate following status in case the task is done.
bool finishedRunning(Status status)
Returns whether the given task status describes a state where planning is done (may be failed).
bool isRunning(Status status)
Returns whether the given task status describes a state where a path is planned.
std::string toString(Status status)
Returns the given task status as a string.
Status transitionAtOutoftime(Status status)
Performs a transition from the given to the appropiate following status in case of the task failing.
Status transitionAtKill(Status status)
Performs a transition from the given to the appropiate following status in case of a task kill.