|
iCub-main
|
Class for defining iteration callback. More...
#include <iKinIpOpt.h>
Inheritance diagram for iCub::iKin::iKinIterateCallback: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. | |
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.