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 File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void orange_avoider_init (void)
 
void orange_avoider_periodic (void)
 

Variables

float oa_color_count_frac
 

Detailed Description

Author
Roland Meertens Example on how to use the colours detected to avoid orange pole in the cyberzoo

Definition in file orange_avoider.h.

Function Documentation

void orange_avoider_init ( void  )

Definition at line 79 of file orange_avoider.c.

References chooseRandomIncrementAvoidance(), color_detection_cb(), and ORANGE_AVOIDER_VISUAL_DETECTION_ID.

+ Here is the call graph for this function:

Variable Documentation

float oa_color_count_frac

Definition at line 53 of file orange_avoider.c.

Referenced by orange_avoider_periodic().