#include <yarp/dev/MapGrid2D.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/ConnectionReader.h>
#include <yarp/os/ConnectionWriter.h>
#include <yarp/os/LogStream.h>
#include <yarp/sig/ImageFile.h>
#include <algorithm>
#include <fstream>
#include <cmath>
Go to the source code of this file.
◆ _USE_MATH_DEFINES
| #define _USE_MATH_DEFINES |
◆ DEG2RAD
| #define DEG2RAD M_PI/180.0 |
◆ RAD2DEG
| #define RAD2DEG 180.0/M_PI |
◆ extractExtensionFromFile()
| string extractExtensionFromFile |
( |
string |
full_filename | ) |
|
◆ extractPathFromFile()
| string extractPathFromFile |
( |
string |
full_filename | ) |
|