|
|
#include <RobotSkillTemplates/statecharts/PlatformGroup/MovePlatformSubGroup/MoveToNext.h>
Inheritance diagram for MoveToNext:Public Member Functions | |
| MoveToNext (XMLStateConstructorParams stateData) | |
| void | onEnter () override |
| void | onExit () override |
| void | visualizeTargetPose (PlatformContext *context, Vector3Ptr ¤tTarget, float positionalAccuracy) |
Static Public Member Functions | |
| static XMLStateFactoryBasePtr | CreateInstance (XMLStateConstructorParams stateData) |
| static std::string | GetName () |
Static Public Attributes | |
| static SubClassRegistry | Registry |
Definition at line 39 of file MoveToNext.h.
| MoveToNext | ( | XMLStateConstructorParams | stateData | ) |
Definition at line 36 of file MoveToNext.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 145 of file MoveToNext.cpp.
|
override |
|
override |
Definition at line 135 of file MoveToNext.cpp.
| void visualizeTargetPose | ( | PlatformContext * | context, |
| Vector3Ptr & | currentTarget, | ||
| float | positionalAccuracy ) |
|
static |
Definition at line 55 of file MoveToNext.h.