#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
◆ DEG2RAD
◆ RAD2DEG
◆ extractExtensionFromFile()
static std::string extractExtensionFromFile |
( |
std::string |
full_filename | ) |
|
|
static |
◆ extractPathFromFile()
static std::string extractPathFromFile |
( |
std::string |
full_filename | ) |
|
|
static |