#include <limits.h>
Go to the source code of this file.
Define Documentation
the pulse width considered to be STOP by the servo
Definition at line 60 of file corobot.h.
the range of the pulse with acceptable, centered at ANALOGARMSERVO_CENTER
Definition at line 63 of file corobot.h.
approximate diameter of the robot (assumed as circle)
Definition at line 57 of file corobot.h.
the pulse width considered to be STOP by the servo
Definition at line 73 of file corobot.h.
the range of the pulse with acceptable, centered at DIGITALARMSERVO_CENTER
Definition at line 77 of file corobot.h.
the pulse width considered to be STOP by the base
Definition at line 80 of file corobot.h.
the range of the pulse with acceptable, centered at DRIVEMOTOR_CENTER
Definition at line 83 of file corobot.h.
the pulse width considered to be STOP by the gripper servo
Definition at line 66 of file corobot.h.
the range of the pulse with acceptable, centered at GRIPPERSERVO_CENTER
Definition at line 70 of file corobot.h.
Constant for converting inches to meters
Definition at line 54 of file corobot.h.
the length in inches of the lower arm
Definition at line 49 of file corobot.h.
#define MAX |
( |
|
a, |
|
|
|
b |
|
) |
| ((a > b) ? (a) : (b)) |
your standard MAX macro
Definition at line 92 of file corobot.h.
#define MIN |
( |
|
a, |
|
|
|
b |
|
) |
| ((a < b) ? (a) : (b)) |
your standard MIN macro
Definition at line 87 of file corobot.h.
constants sent on a topic to describe the gripper state
Definition at line 34 of file corobot.h.
diameter of the logitech orbit camera
Definition at line 43 of file corobot.h.
height of the logitech orbit camera
Definition at line 45 of file corobot.h.
constants for the ptz camera
Definition at line 39 of file corobot.h.
the length in inches of the upper arm
Definition at line 51 of file corobot.h.