#include "OctomapInterface.h"
#include "OctomapCollisionChecker.h"
#include <std_srvs/EmptyRequest.h>
#include <std_srvs/EmptyResponse.h>
#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <octomap_server/OctomapServer.h>
Go to the source code of this file.
|
| #define | SAFE_DELETE(x) if((x)) { delete (x); x = NULL; } |
| |
|
| bool | is_equal (double a, double b, double epsilon=1.0e-7) |
| |
| #define SAFE_DELETE |
( |
|
x | ) |
if((x)) { delete (x); x = NULL; } |
| bool is_equal |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
epsilon = 1.0e-7 |
|
) |
| |