#include <algorithm>#include <sys/types.h>#include <math.h>#include "amcl_odom.h"
Go to the source code of this file.
Functions | |
| static double | angle_diff (double a, double b) |
| static double | normalize (double z) |
| static double angle_diff | ( | double | a, | |
| double | b | |||
| ) | [static] |
Definition at line 45 of file amcl_odom.cpp.
| static double normalize | ( | double | z | ) | [static] |
Definition at line 40 of file amcl_odom.cpp.