iCub-main
|
Class for defining iteration callback. More...
#include <iKinIpOpt.h>
Public Member Functions | |
iKinIterateCallback () | |
virtual void | exec (const yarp::sig::Vector &xd, const yarp::sig::Vector &q)=0 |
Defines the callback body to be called at each iteration. More... | |
Class for defining iteration callback.
Definition at line 42 of file iKinIpOpt.h.
|
inline |
Definition at line 51 of file iKinIpOpt.h.
|
pure virtual |
Defines the callback body to be called at each iteration.
xd | current target. |
q | current estimation of joint angles. |
Implemented in iCub::iKin::SolverCallback.