#include <cstdio>
#include <cmath>
#include <yarp/os/Network.h>
#include <yarp/os/RFModule.h>
#include <yarp/os/PeriodicThread.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>
Go to the source code of this file.
◆ CTRL_THREAD_PER
#define CTRL_THREAD_PER 0.02 |
◆ MAX_TORSO_PITCH
#define MAX_TORSO_PITCH 30.0 |
◆ PRINT_STATUS_PER
#define PRINT_STATUS_PER 1.0 |
◆ main()