Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Follow a certain AC ID. Only for rotorcraft firmware. More...
#include "multi/follow.h"
#include "generated/airframe.h"
#include "generated/flight_plan.h"
#include "subsystems/navigation/waypoints.h"
#include "state.h"
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) |
Follow a certain AC ID. Only for rotorcraft firmware.
Definition in file follow.c.
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.