CheckTargetPoseReached Class Reference

#include <RobotSkillTemplates/statecharts/CoupledInteractionGroup/CheckTargetPoseReached.h>

+ Inheritance diagram for CheckTargetPoseReached:

Public Member Functions

bool checkForceTorqueExceeded (std::string tcpName, FramedDirectionPtr refForces, FramedDirectionPtr refTorques, float forceThreshhold, float torqueThreshhold)
 
 CheckTargetPoseReached (XMLStateConstructorParams stateData)
 
void onBreak () override
 
void onEnter () override
 
void onExit () override
 
void run () override
 

Static Public Member Functions

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

Static Public Attributes

static SubClassRegistry Registry
 

Detailed Description

Definition at line 34 of file CheckTargetPoseReached.h.

Constructor & Destructor Documentation

◆ CheckTargetPoseReached()

Definition at line 38 of file CheckTargetPoseReached.cpp.

+ Here is the caller graph for this function:

Member Function Documentation

◆ checkForceTorqueExceeded()

bool checkForceTorqueExceeded ( std::string  tcpName,
FramedDirectionPtr  refForces,
FramedDirectionPtr  refTorques,
float  forceThreshhold,
float  torqueThreshhold 
)

Definition at line 43 of file CheckTargetPoseReached.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CreateInstance()

XMLStateFactoryBasePtr CreateInstance ( XMLStateConstructorParams  stateData)
static

Definition at line 153 of file CheckTargetPoseReached.cpp.

+ Here is the call graph for this function:

◆ GetName()

std::string GetName ( )
static

Definition at line 147 of file CheckTargetPoseReached.cpp.

◆ onBreak()

void onBreak ( )
override

Definition at line 130 of file CheckTargetPoseReached.cpp.

◆ onEnter()

void onEnter ( )
override

Definition at line 70 of file CheckTargetPoseReached.cpp.

+ Here is the call graph for this function:

◆ onExit()

void onExit ( )
override

Definition at line 136 of file CheckTargetPoseReached.cpp.

+ Here is the call graph for this function:

◆ run()

void run ( )
override

Definition at line 122 of file CheckTargetPoseReached.cpp.

Member Data Documentation

◆ Registry

CheckTargetPoseReached::SubClassRegistry Registry
static

Definition at line 49 of file CheckTargetPoseReached.h.


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