PlanMotion Class Reference

#include <RobotSkillTemplates/statecharts/MotionPlanningGroup/PlanMotion.h>

+ Inheritance diagram for PlanMotion:

Public Member Functions

void onBreak () override
 
void onEnter () override
 
void onExit () override
 
 PlanMotion (const XMLStateConstructorParams &stateData)
 
void resetTask ()
 
void run () override
 

Static Public Member Functions

static XMLStateFactoryBasePtr CreateInstance (XMLStateConstructorParams stateData)
 

Static Public Attributes

static SubClassRegistry Registry
 

Detailed Description

Definition at line 33 of file PlanMotion.h.

Constructor & Destructor Documentation

◆ PlanMotion()

PlanMotion ( const XMLStateConstructorParams stateData)
inline

Definition at line 36 of file PlanMotion.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ CreateInstance()

XMLStateFactoryBasePtr CreateInstance ( XMLStateConstructorParams  stateData)
static

Definition at line 294 of file PlanMotion.cpp.

+ Here is the call graph for this function:

◆ onBreak()

void onBreak ( )
override

Definition at line 266 of file PlanMotion.cpp.

+ Here is the call graph for this function:

◆ onEnter()

void onEnter ( )
override

Definition at line 41 of file PlanMotion.cpp.

+ Here is the call graph for this function:

◆ onExit()

void onExit ( )
override

Definition at line 274 of file PlanMotion.cpp.

+ Here is the call graph for this function:

◆ resetTask()

void resetTask ( )

Definition at line 282 of file PlanMotion.cpp.

+ Here is the caller graph for this function:

◆ run()

void run ( )
override

Definition at line 49 of file PlanMotion.cpp.

Member Data Documentation

◆ Registry

PlanMotion::SubClassRegistry Registry
static

Definition at line 51 of file PlanMotion.h.


The documentation for this class was generated from the following files: