#include <ObjectTurnaroundDetector.h>
Definition at line 11 of file ObjectTurnaroundDetector.h.
◆ detector_total_wrench
◆ process_mode
◆ ObjectTurnaroundDetector()
ObjectTurnaroundDetector::ObjectTurnaroundDetector |
( |
const double |
_dt | ) |
|
|
inline |
◆ ~ObjectTurnaroundDetector()
ObjectTurnaroundDetector::~ObjectTurnaroundDetector |
( |
| ) |
|
|
inline |
◆ calcTotalForce()
double ObjectTurnaroundDetector::calcTotalForce |
( |
const std::vector< hrp::Vector3 > & |
fmv | ) |
|
|
inline |
◆ calcTotalMoment()
◆ checkDetection() [1/2]
◆ checkDetection() [2/2]
bool ObjectTurnaroundDetector::checkDetection |
( |
const double |
wrench_value | ) |
|
|
inline |
◆ getAxis()
◆ getDetectorTotalWrench()
◆ getDetectRatioThre()
double ObjectTurnaroundDetector::getDetectRatioThre |
( |
| ) |
const |
|
inline |
◆ getDetectTimeThre()
double ObjectTurnaroundDetector::getDetectTimeThre |
( |
| ) |
const |
|
inline |
◆ getDwrenchCutoffFreq()
double ObjectTurnaroundDetector::getDwrenchCutoffFreq |
( |
| ) |
const |
|
inline |
◆ getFilteredDwrench()
double ObjectTurnaroundDetector::getFilteredDwrench |
( |
| ) |
const |
|
inline |
◆ getFilteredWrench()
double ObjectTurnaroundDetector::getFilteredWrench |
( |
| ) |
const |
|
inline |
◆ getMode()
◆ getMomentCenter()
hrp::Vector3 ObjectTurnaroundDetector::getMomentCenter |
( |
| ) |
const |
|
inline |
◆ getRawWrench()
double ObjectTurnaroundDetector::getRawWrench |
( |
| ) |
const |
|
inline |
◆ getStartRatioThre()
double ObjectTurnaroundDetector::getStartRatioThre |
( |
| ) |
const |
|
inline |
◆ getStartTimeThre()
double ObjectTurnaroundDetector::getStartTimeThre |
( |
| ) |
const |
|
inline |
◆ getWrenchCutoffFreq()
double ObjectTurnaroundDetector::getWrenchCutoffFreq |
( |
| ) |
const |
|
inline |
◆ isDetected()
bool ObjectTurnaroundDetector::isDetected |
( |
| ) |
const |
|
inline |
◆ printParams()
void ObjectTurnaroundDetector::printParams |
( |
| ) |
const |
|
inline |
◆ setAxis()
◆ setDetectorTotalWrench()
◆ setDetectRatioThre()
void ObjectTurnaroundDetector::setDetectRatioThre |
( |
const double |
a | ) |
|
|
inline |
◆ setDetectTimeThre()
void ObjectTurnaroundDetector::setDetectTimeThre |
( |
const double |
a | ) |
|
|
inline |
◆ setDwrenchCutoffFreq()
void ObjectTurnaroundDetector::setDwrenchCutoffFreq |
( |
const double |
a | ) |
|
|
inline |
◆ setMomentCenter()
◆ setPrintStr()
void ObjectTurnaroundDetector::setPrintStr |
( |
const std::string & |
str | ) |
|
|
inline |
◆ setStartRatioThre()
void ObjectTurnaroundDetector::setStartRatioThre |
( |
const double |
a | ) |
|
|
inline |
◆ setStartTimeThre()
void ObjectTurnaroundDetector::setStartTimeThre |
( |
const double |
a | ) |
|
|
inline |
◆ setWrenchCutoffFreq()
void ObjectTurnaroundDetector::setWrenchCutoffFreq |
( |
const double |
a | ) |
|
|
inline |
◆ startDetection()
void ObjectTurnaroundDetector::startDetection |
( |
const double |
_ref_diff_wrench, |
|
|
const double |
_max_time |
|
) |
| |
|
inline |
◆ axis
◆ count
size_t ObjectTurnaroundDetector::count |
|
private |
◆ current_time
double ObjectTurnaroundDetector::current_time |
|
private |
◆ current_wrench
double ObjectTurnaroundDetector::current_wrench |
|
private |
◆ detect_count_thre
size_t ObjectTurnaroundDetector::detect_count_thre |
|
private |
◆ detect_ratio_thre
double ObjectTurnaroundDetector::detect_ratio_thre |
|
private |
◆ dt
double ObjectTurnaroundDetector::dt |
|
private |
◆ dtw
◆ dwrench_filter
◆ is_dwr_changed
bool ObjectTurnaroundDetector::is_dwr_changed |
|
private |
◆ max_time
double ObjectTurnaroundDetector::max_time |
|
private |
◆ moment_center
◆ pmode
◆ prev_wrench
double ObjectTurnaroundDetector::prev_wrench |
|
private |
◆ print_str
std::string ObjectTurnaroundDetector::print_str |
|
private |
◆ ref_dwrench
double ObjectTurnaroundDetector::ref_dwrench |
|
private |
◆ start_count_thre
size_t ObjectTurnaroundDetector::start_count_thre |
|
private |
◆ start_ratio_thre
double ObjectTurnaroundDetector::start_ratio_thre |
|
private |
◆ wrench_filter
The documentation for this class was generated from the following file: