|
#include <RobotSkillTemplates/statecharts/MotionPlanningGroup/PlanMotionBase.h>
Public Member Functions | |
void | onBreak () override |
void | onEnter () override |
void | onExit () override |
PlanMotionBase (const PlanMotionBase &other) | |
PlanMotionBase (const XMLStateConstructorParams &stateData) | |
void | resetTask () |
void | run () override |
Static Public Member Functions | |
static XMLStateFactoryBasePtr | CreateInstance (XMLStateConstructorParams stateData) |
Public Attributes | |
RandomShortcutPostprocessorTaskHandle | task |
std::mutex | taskMutex |
Static Public Attributes | |
static SubClassRegistry | Registry |
Definition at line 31 of file PlanMotionBase.h.
|
inline |
|
inline |
Definition at line 40 of file PlanMotionBase.h.
|
static |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
void resetTask | ( | ) |
|
override |
|
static |
Definition at line 72 of file PlanMotionBase.h.
Definition at line 77 of file PlanMotionBase.h.
std::mutex taskMutex |
Definition at line 78 of file PlanMotionBase.h.