#include <cstdio>
#include <string>
#include <map>
#include <yarp/os/Network.h>
#include <yarp/os/RFModule.h>
#include <yarp/os/PeriodicThread.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/os/Time.h>
#include <yarp/sig/Vector.h>
#include <yarp/math/Math.h>
#include <yarp/dev/Drivers.h>
#include <yarp/dev/CartesianControl.h>
#include <yarp/dev/PolyDriver.h>
#include <iCub/iKin/iKinFwd.h>
Go to the source code of this file.
|
| int | main (int argc, char *argv[]) |
| |
◆ EXECTIME_THRESDIST
| #define EXECTIME_THRESDIST 0.3 |
◆ MAX_TORSO_PITCH
| #define MAX_TORSO_PITCH 30.0 |
◆ PRINT_STATUS_PER
| #define PRINT_STATUS_PER 1.0 |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |