Paparazzi UAS v7.0_unstable
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
18extern float ref_pitch;
19extern float ref_roll;
20extern float selfie_alt;
21
23
24#endif
25
uint16_t foo
Definition main_demo5.c:58
void follow_me(uint8_t headingToFollow, uint8_t heightObject, uint8_t distanceToObject)
Definition follow_me.c:62
float ref_pitch
float selfie_alt
Definition follow_me.c:33
float ref_roll
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.