Go to the source code of this file.
Defines |
#define | DEG2RAD(x) ((x) * 0.01745329251994329575) |
#define | M_PI 3.14159265358979323846 |
| OctoMap: A probabilistic, flexible, and compact 3D mapping library for robotic systems.
|
#define | M_PI_2 1.570796326794896619 |
#define | RAD2DEG(x) ((x) * 57.29577951308232087721) |
Define Documentation
#define DEG2RAD |
( |
|
x | ) |
((x) * 0.01745329251994329575) |
#define M_PI 3.14159265358979323846 |
OctoMap: A probabilistic, flexible, and compact 3D mapping library for robotic systems.
- Author:
- K. M. Wurm, A. Hornung, University of Freiburg, Copyright (C) 2009.
- See also:
- http://octomap.sourceforge.net/ License: New BSD License
Referenced by main().
#define M_PI_2 1.570796326794896619 |
#define RAD2DEG |
( |
|
x | ) |
((x) * 57.29577951308232087721) |