|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Follow a certain AC ID. More...
#include "multi/follow.h"#include "generated/airframe.h"#include "generated/flight_plan.h"#include "subsystems/navigation/waypoints.h"#include "state.h"
Include dependency graph for follow.c:Go to the source code of this file.
Macros | |
| #define | FOLLOW_OFFSET_X 0.0 |
| #define | FOLLOW_OFFSET_Y 0.0 |
| #define | FOLLOW_OFFSET_Z 0.0 |
Functions | |
| void | follow_init (void) |
| void | follow_wp (void) |
| #define FOLLOW_OFFSET_X 0.0 |
Definition at line 38 of file follow.c.
Referenced by follow_wp().
| #define FOLLOW_OFFSET_Y 0.0 |
Definition at line 42 of file follow.c.
Referenced by follow_wp().
| #define FOLLOW_OFFSET_Z 0.0 |
Definition at line 46 of file follow.c.
Referenced by follow_wp().
| void follow_wp | ( | void | ) |
Definition at line 64 of file follow.c.
References acInfoGetPositionEnu_i(), FOLLOW_OFFSET_X, FOLLOW_OFFSET_Y, FOLLOW_OFFSET_Z, POS_BFP_OF_REAL, stateGetPositionEnu_i(), waypoint_set_enu_i(), EnuCoor_i::x, EnuCoor_i::y, and EnuCoor_i::z.
Here is the call graph for this function: