|
#include <RobotSkillTemplates/statecharts/MotionControlGroup/MoveJoints.h>
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 |
Definition at line 37 of file MoveJoints.h.
MoveJoints | ( | XMLStateConstructorParams | stateData | ) |
|
static |
|
static |
Definition at line 283 of file MoveJoints.cpp.
|
override |
Definition at line 49 of file MoveJoints.cpp.
|
override |
|
override |
|
static |
Definition at line 51 of file MoveJoints.h.
ConditionIdentifier targetReachedCondition |
Definition at line 53 of file MoveJoints.h.
ActionEventIdentifier timeoutEvent |
Definition at line 54 of file MoveJoints.h.