Include dependency graph for Odometry2DServerImpl.cpp:Go to the source code of this file.
Macros | |
| #define | DEFAULT_THREAD_PERIOD 0.01 |
| #define | M_PI 3.14159265358979323846 |
| #define | CHECK_POINTER(xxx) {if (xxx==nullptr) {yCError(ODOM2D_RPC, "Invalid interface"); return false;}} |
| #define CHECK_POINTER | ( | xxx | ) | {if (xxx==nullptr) {yCError(ODOM2D_RPC, "Invalid interface"); return false;}} |
Definition at line 27 of file Odometry2DServerImpl.cpp.
| #define DEFAULT_THREAD_PERIOD 0.01 |
Definition at line 17 of file Odometry2DServerImpl.cpp.
| #define M_PI 3.14159265358979323846 |
Definition at line 20 of file Odometry2DServerImpl.cpp.