iCub-main
|
#include <SmithPredictor.h>
Public Member Functions | |
SmithPredictor () | |
~SmithPredictor () | |
void | configure (const yarp::os::Property &options, iCub::iKin::iKinChain &chain) |
void | restart (const yarp::sig::Vector &y0) |
yarp::sig::Vector | computeCmd (const yarp::sig::Vector &u) |
Protected Member Functions | |
void | dealloc () |
Protected Attributes | |
iCub::ctrl::Integrator * | I |
std::deque< iCub::ctrl::Filter * > | F |
std::deque< std::deque< double > * > | tappedDelays |
bool | enabled |
Definition at line 36 of file SmithPredictor.h.
SmithPredictor::SmithPredictor | ( | ) |
Definition at line 37 of file SmithPredictor.cpp.
SmithPredictor::~SmithPredictor | ( | ) |
Definition at line 45 of file SmithPredictor.cpp.
Vector SmithPredictor::computeCmd | ( | const yarp::sig::Vector & | u | ) |
Definition at line 193 of file SmithPredictor.cpp.
void SmithPredictor::configure | ( | const yarp::os::Property & | options, |
iCub::iKin::iKinChain & | chain | ||
) |
Definition at line 69 of file SmithPredictor.cpp.
|
protected |
Definition at line 52 of file SmithPredictor.cpp.
void SmithPredictor::restart | ( | const yarp::sig::Vector & | y0 | ) |
Definition at line 166 of file SmithPredictor.cpp.
|
protected |
Definition at line 42 of file SmithPredictor.h.
|
protected |
Definition at line 40 of file SmithPredictor.h.
|
protected |
Definition at line 39 of file SmithPredictor.h.
|
protected |
Definition at line 41 of file SmithPredictor.h.