11 #include "generated/airframe.h"
14 #define FORM_MODE_GLOBAL 0
15 #define FORM_MODE_COURSE 1
35 extern int add_slot(
uint8_t _id,
float slot_e,
float slot_n,
float slot_a);
49 uint8_t leader = DL_FORMATION_STATUS_leader_id(buf);
60 float slot_east = DL_FORMATION_SLOT_slot_east(buf);
61 float slot_north = DL_FORMATION_SLOT_slot_north(buf);
62 float slot_alt = DL_FORMATION_SLOT_slot_alt(buf);