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_guided.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_guided_init (void)
 
void orange_avoider_guided_periodic (void)
 

Variables

float oag_color_count_frac
 
float oag_floor_count_frac
 
float oag_max_speed
 
float oag_heading_rate
 

Function Documentation

void orange_avoider_guided_init ( void  )

Definition at line 102 of file orange_avoider_guided.c.

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

+ Here is the call graph for this function:

Variable Documentation

float oag_color_count_frac

Definition at line 56 of file orange_avoider_guided.c.

Referenced by orange_avoider_guided_periodic().

float oag_floor_count_frac

Definition at line 57 of file orange_avoider_guided.c.

Referenced by orange_avoider_guided_periodic().

float oag_heading_rate
float oag_max_speed

Definition at line 58 of file orange_avoider_guided.c.

Referenced by orange_avoider_guided_periodic().