|
Caddy
A 2005 Roborodentia entry with vision and path planning capability
|
#include "ball_tracking.h"#include "line_tracking.h"#include "camera.h"#include "servos.h"#include "robot_control.h"#include "motor_control.h"#include "tweak_data.h"#include "utility.h"#include "rprintf.h"#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Macros | |
| #define | BALL_RMIN 150 |
| #define | BALL_RMAX 240 |
| #define | BALL_GMIN 16 |
| #define | BALL_GMAX 60 |
| #define | BALL_BMIN 16 |
| #define | BALL_BMAX 50 |
Variables | |
| volatile bool | colorStatsProcessed |
| bool | inSeekPosition |
Definition in file ball_tracking.c.
1.8.1.2