Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
void orange_avoider_init(void)