Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
follow_me.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void follow_me (uint8_t headingToFollow, uint8_t heightObject, uint8_t distanceToObject)
 

Variables

float ref_pitch
 
float ref_roll
 
float selfie_alt
 

Detailed Description

Author
Roland Follows a person using the reference given by the stereocam. This module does so by changing the yaw angle and roll angle alternatively. This way the drone does not drift away, and keeps looking at the person it tries to follow.

Definition in file follow_me.h.

Function Documentation

void follow_me ( uint8_t  headingToFollow,
uint8_t  heightObject,
uint8_t  distanceToObject 
)

Variable Documentation

float selfie_alt

Definition at line 33 of file follow_me.c.

Referenced by follow_me().