Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
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

◆ follow_me()

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

Variable Documentation

◆ ref_pitch

◆ ref_roll

◆ selfie_alt

float selfie_alt

Definition at line 33 of file follow_me.c.

Referenced by follow_me().