iCub-main
|
#include <iKinSlv.h>
Public Member Functions | |
SolverCallback (CartesianSolver *_slv) | |
virtual void | exec (const yarp::sig::Vector &xd, const yarp::sig::Vector &q) |
Defines the callback body to be called at each iteration. More... | |
Public Member Functions inherited from iCub::iKin::iKinIterateCallback | |
iKinIterateCallback () | |
Protected Attributes | |
CartesianSolver * | slv |
|
inline |
|
virtual |
Defines the callback body to be called at each iteration.
xd | current target. |
q | current estimation of joint angles. |
Implements iCub::iKin::iKinIterateCallback.
Definition at line 260 of file iKinSlv.cpp.
|
protected |