#include "rpLidar.h"
#include <yarp/os/Time.h>
#include <yarp/os/Log.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/ResourceFinder.h>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <limits>
#include <mutex>
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
#define | DEG2RAD M_PI/180.0 |
#define | DEBUG_LOCKING 1 |
Functions | |
const yarp::os::LogComponent & | RPLIDAR () |
#define _USE_MATH_DEFINES |
Definition at line 19 of file rpLidar.cpp.
#define DEBUG_LOCKING 1 |
Definition at line 489 of file rpLidar.cpp.
#define DEG2RAD M_PI/180.0 |
Definition at line 42 of file rpLidar.cpp.
const yarp::os::LogComponent& RPLIDAR | ( | ) |
Definition at line 45 of file rpLidar.cpp.