Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
orange_avoider.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Roland Meertens
3  *
4  * This file is part of paparazzi
5  *
6  */
13 #ifndef ORANGE_AVOIDER_H
14 #define ORANGE_AVOIDER_H
15 
16 // settings
17 extern float oa_color_count_frac;
18 
19 // functions
20 extern void orange_avoider_init(void);
21 extern void orange_avoider_periodic(void);
22 
23 #endif
24 
void orange_avoider_periodic(void)
float oa_color_count_frac
Definition: mav_exercise.c:45
void orange_avoider_init(void)