#include "laserFromExternalPort.h"
#include <yarp/os/Time.h>
#include <yarp/os/Log.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/ResourceFinder.h>
#include <yarp/math/Math.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <iostream>
#include <limits>
#include <mutex>
Go to the source code of this file.
◆ _USE_MATH_DEFINES
#define _USE_MATH_DEFINES |
◆ DEG2RAD
#define DEG2RAD M_PI/180.0 |
◆ RAD2DEG
◆ constrainAngle()
double constrainAngle |
( |
double |
x | ) |
|
◆ LASER_FROM_EXTERNAL_PORT()