Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
follow_me.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Roland
3  *
4  * This file is part of paparazzi
5  *
6  */
15 #ifndef FOLLOW_ME_H
16 #define FOLLOW_ME_H
17 extern float ref_pitch;
18 extern float ref_roll;
19 extern float selfie_alt;
20 extern void follow_me_periodic(void);
21 
22 #endif
23 
float ref_pitch
Definition: guidance_OA.c:103
float ref_roll
Definition: guidance_OA.c:104
void follow_me_periodic(void)
Definition: follow_me.c:69
float selfie_alt
Definition: follow_me.c:33