|
iCub-main
|
#include <iostream>#include <iomanip>#include <yarp/sig/Vector.h>#include <yarp/sig/Matrix.h>#include <iCub/iDyn/iDyn.h>#include <iCub/iDyn/iDynInv.h>#include <iCub/skinDynLib/common.h>
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| void | printMatrix (const string &s, const Matrix &m) |
| void | printVector (const string &s, const Vector &v) |
| int | main () |