#include <CommandKinematicMovement.h>
|
| | CommandKinematicMovement (ptr< CscEntityReflexion > entityReflexion, int knowledgeId, CscState *currentState, string membreToMove, string membreRelative, float distanceFromTargetX, float distanceFromTargetY, float distanceFromTargetZ, float movementPosX, float movementPosY, float movementPosZ, float movementYaw, float movementPitch, float movementRoll, float processAt) |
| |
| | ~CommandKinematicMovement () |
| |
| int | getKnowledgeId () |
| |
| const CscState * | getCurrentState () |
| |
| string | getMembreToMove () |
| |
| string | getMembreRelative () |
| |
| string | getTargetEntityObjectName () |
| |
| float | getDistanceFromTargetX () |
| |
| float | getDistanceFromTargetY () |
| |
| float | getDistanceFromTargetZ () |
| |
Public Member Functions inherited from conscience_core::bridging::commands::CscCommand |
| const CscCommandExecutionResult * | _execute (CscEnvironmentSimulator &environmentSimulator) |
| |
| template<class TResult = CscCommandExecutionResult> |
| const TResult * | execute (CscEnvironmentSimulator &environmentSimulator) |
| |
| const CommandTypeId & | getTypeId () const |
| |
| virtual | ~CscCommand () |
| |
| void | setOriginalCommandString (string command) |
| |
◆ CommandKinematicMovement()
| conscience_core::bridging::commands::CommandKinematicMovement::CommandKinematicMovement |
( |
ptr< CscEntityReflexion > |
entityReflexion, |
|
|
int |
knowledgeId, |
|
|
CscState * |
currentState, |
|
|
string |
membreToMove, |
|
|
string |
membreRelative, |
|
|
float |
distanceFromTargetX, |
|
|
float |
distanceFromTargetY, |
|
|
float |
distanceFromTargetZ, |
|
|
float |
movementPosX, |
|
|
float |
movementPosY, |
|
|
float |
movementPosZ, |
|
|
float |
movementYaw, |
|
|
float |
movementPitch, |
|
|
float |
movementRoll, |
|
|
float |
processAt |
|
) |
| |
◆ ~CommandKinematicMovement()
| conscience_core::bridging::commands::CommandKinematicMovement::~CommandKinematicMovement |
( |
| ) |
|
|
inline |
◆ doExecute()
◆ getCurrentState()
| const CscState* conscience_core::bridging::commands::CommandKinematicMovement::getCurrentState |
( |
| ) |
|
◆ getDistanceFromTargetX()
| float conscience_core::bridging::commands::CommandKinematicMovement::getDistanceFromTargetX |
( |
| ) |
|
◆ getDistanceFromTargetY()
| float conscience_core::bridging::commands::CommandKinematicMovement::getDistanceFromTargetY |
( |
| ) |
|
◆ getDistanceFromTargetZ()
| float conscience_core::bridging::commands::CommandKinematicMovement::getDistanceFromTargetZ |
( |
| ) |
|
◆ getEntityReflexion()
| ptr<CscEntityReflexion> conscience_core::bridging::commands::CommandKinematicMovement::getEntityReflexion |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
◆ getKnowledgeId()
| int conscience_core::bridging::commands::CommandKinematicMovement::getKnowledgeId |
( |
| ) |
|
◆ getMembreRelative()
| string conscience_core::bridging::commands::CommandKinematicMovement::getMembreRelative |
( |
| ) |
|
◆ getMembreToMove()
| string conscience_core::bridging::commands::CommandKinematicMovement::getMembreToMove |
( |
| ) |
|
◆ getTargetEntityObjectName()
| string conscience_core::bridging::commands::CommandKinematicMovement::getTargetEntityObjectName |
( |
| ) |
|
◆ COMMAND_ID
| const CommandTypeId conscience_core::bridging::commands::CommandKinematicMovement::COMMAND_ID = "KINEMATIC_MOVEMENT" |
|
inlinestatic |
The documentation for this class was generated from the following files: