|
|
#include <RobotSkillTemplates/statecharts/MotionPlanningGroup/PlanMotionBase.h>
Inheritance diagram for PlanMotionBase: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 33 of file PlanMotionBase.h.
|
inline |
|
inline |
Definition at line 42 of file PlanMotionBase.h.
|
static |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
| void resetTask | ( | ) |
|
override |
|
static |
Definition at line 80 of file PlanMotionBase.h.
Definition at line 85 of file PlanMotionBase.h.
| std::mutex taskMutex |
Definition at line 86 of file PlanMotionBase.h.