|
|
#include <RobotSkillTemplates/statecharts/CoupledInteractionGroup/CheckForcesChanged.h>
Inheritance diagram for CheckForcesChanged:Public Member Functions | |
| CheckForcesChanged (XMLStateConstructorParams stateData) | |
| bool | checkForceTorqueExceeded (std::string tcpName, FramedDirectionPtr refForces, FramedDirectionPtr refTorques, float forceThreshhold, float torqueThreshhold) |
| 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 |
Definition at line 37 of file CheckForcesChanged.h.
| CheckForcesChanged | ( | XMLStateConstructorParams | stateData | ) |
| bool checkForceTorqueExceeded | ( | std::string | tcpName, |
| FramedDirectionPtr | refForces, | ||
| FramedDirectionPtr | refTorques, | ||
| float | forceThreshhold, | ||
| float | torqueThreshhold | ||
| ) |
Definition at line 45 of file CheckForcesChanged.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 299 of file CheckForcesChanged.cpp.
|
override |
Definition at line 283 of file CheckForcesChanged.cpp.
|
override |
|
override |
Definition at line 290 of file CheckForcesChanged.cpp.
|
override |
Definition at line 275 of file CheckForcesChanged.cpp.
|
static |
Definition at line 55 of file CheckForcesChanged.h.