|
|
#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 |
Definition at line 39 of file MoveJoints.h.
| MoveJoints | ( | XMLStateConstructorParams | stateData | ) |
|
static |
|
static |
Definition at line 297 of file MoveJoints.cpp.
|
override |
Definition at line 49 of file MoveJoints.cpp.
|
override |
|
override |
|
static |
Definition at line 52 of file MoveJoints.h.
| ConditionIdentifier targetReachedCondition |
Definition at line 54 of file MoveJoints.h.
| ActionEventIdentifier timeoutEvent |
Definition at line 55 of file MoveJoints.h.