|
rflex_configs.h File Reference
#include <math.h>
#include <player.h>
Go to the source code of this file.
Define Documentation
#define RAD2DEG_CONV |
( |
x |
|
) |
((x)*(180/M_PI))
|
|
#define DEG2RAD_CONV |
( |
x |
|
) |
((x)*(M_PI/180))
|
|
#define ARB2RAD_ODO_CONV |
( |
x |
|
) |
((x)/rflex_configs.odo_angle_conversion)
|
|
#define RAD2ARB_ODO_CONV |
( |
x |
|
) |
((x)*rflex_configs.odo_angle_conversion)
|
|
#define ARB2MM_ODO_CONV |
( |
x |
|
) |
((x)/rflex_configs.odo_distance_conversion)
|
|
#define MM2ARB_ODO_CONV |
( |
x |
|
) |
((x)*rflex_configs.odo_distance_conversion)
|
|
#define ARB2MM_RANGE_CONV |
( |
x |
|
) |
(x/rflex_configs.range_distance_conversion)
|
|
#define MM2ARB_RANGE_CONV |
( |
x |
|
) |
(x*rflex_configs.range_distance_conversion)
|
|
Typedef Documentation
Function Documentation
double normalize_theta |
( |
double |
theta |
) |
[inline] |
|
Variable Documentation
Generated on Tue May 3 14:15:43 2005 for Player by 1.3.6
|