#include "fakeLocalizerDev.h"
#include <yarp/os/Network.h>
#include <yarp/os/RFModule.h>
#include <yarp/os/Time.h>
#include <yarp/os/Port.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/Node.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/os/Bottle.h>
#include <yarp/sig/Vector.h>
#include <yarp/dev/INavigation2D.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <cmath>
#include <random>
#include <mutex>
#include <chrono>
Go to the source code of this file.
Macros | |
#define | M_PI 3.14159265358979323846 |
#define | RAD2DEG 180/M_PI |
#define | DEG2RAD M_PI/180 |
#define DEG2RAD M_PI/180 |
Definition at line 48 of file fakeLocalizerDev.cpp.
#define M_PI 3.14159265358979323846 |
Definition at line 44 of file fakeLocalizerDev.cpp.
#define RAD2DEG 180/M_PI |
Definition at line 47 of file fakeLocalizerDev.cpp.