|
#include <armarx/control/common/ft/FTSensorTrigger.h>
Public Types | |
enum | Edge { RISING, FALLING } |
using | Params = FTSensorTriggerParams |
Public Member Functions | |
FTSensorTrigger (armarx::armem::robot_state::RobotReader &robotReader, const std::string &robotName, const armem::robot_state::RobotReader::Hand &hand, const Params ¶ms=Params()) | |
FTSensorTrigger (FTSensorTrigger &)=delete | |
void | waitForForceSpike (Edge edge) const |
void | waitForForceThreshold (float threshold) const |
Definition at line 41 of file FTSensorTrigger.h.
using Params = FTSensorTriggerParams |
Definition at line 44 of file FTSensorTrigger.h.
|
strong |
Enumerator | |
---|---|
RISING | |
FALLING |
Definition at line 53 of file FTSensorTrigger.h.
FTSensorTrigger | ( | armarx::armem::robot_state::RobotReader & | robotReader, |
const std::string & | robotName, | ||
const armem::robot_state::RobotReader::Hand & | hand, | ||
const Params & | params = Params() |
||
) |
Definition at line 34 of file FTSensorTrigger.cpp.
|
delete |
void waitForForceSpike | ( | Edge | edge | ) | const |
void waitForForceThreshold | ( | float | threshold | ) | const |
Definition at line 181 of file FTSensorTrigger.cpp.