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