MoveJoints Class Reference

#include <RobotSkillTemplates/statecharts/MotionControlGroup/MoveJoints.h>

+ Inheritance diagram for MoveJoints:

Public Member Functions

 MoveJoints (XMLStateConstructorParams stateData)
 
void onEnter () override
 
void onExit () override
 
void run () override
 

Static Public Member Functions

static XMLStateFactoryBasePtr CreateInstance (XMLStateConstructorParams stateData)
 
static std::string GetName ()
 

Public Attributes

ConditionIdentifier targetReachedCondition
 
ActionEventIdentifier timeoutEvent
 

Static Public Attributes

static SubClassRegistry Registry
 

Detailed Description

Definition at line 37 of file MoveJoints.h.

Constructor & Destructor Documentation

◆ MoveJoints()

Definition at line 43 of file MoveJoints.cpp.

+ Here is the caller graph for this function:

Member Function Documentation

◆ CreateInstance()

XMLStateFactoryBasePtr CreateInstance ( XMLStateConstructorParams  stateData)
static

Definition at line 289 of file MoveJoints.cpp.

+ Here is the call graph for this function:

◆ GetName()

std::string GetName ( )
static

Definition at line 283 of file MoveJoints.cpp.

◆ onEnter()

void onEnter ( )
override

Definition at line 49 of file MoveJoints.cpp.

◆ onExit()

void onExit ( )
override

Definition at line 250 of file MoveJoints.cpp.

+ Here is the call graph for this function:

◆ run()

void run ( )
override

Definition at line 55 of file MoveJoints.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Registry

MoveJoints::SubClassRegistry Registry
static

Definition at line 51 of file MoveJoints.h.

◆ targetReachedCondition

ConditionIdentifier targetReachedCondition

Definition at line 53 of file MoveJoints.h.

◆ timeoutEvent

ActionEventIdentifier timeoutEvent

Definition at line 54 of file MoveJoints.h.


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