18#if defined(USE_AIRBORNE_ANT_TRACKING) && USE_AIRBORNE_ANT_TRACKING == 1 
   25#include "generated/flight_plan.h" 
   37  float fx1; 
float fx2; 
float fx3;
 
   38  float fy1; 
float fy2; 
float fy3;
 
   39  float fz1; 
float fz2; 
float fz3;
 
  161#ifdef ANT_PAN_NEUTRAL 
  172#ifdef COMMAND_ANT_PAN 
Core autopilot interface common to all firmwares.
Hardware independent code for commands handling.
struct point waypoints[NB_WAYPOINT]
size == nb_waypoint, waypoint 0 is a dummy waypoint
static struct UtmCoor_f * stateGetPositionUtm_f(void)
Get position in UTM coordinates (float).
static struct EnuCoor_f * stateGetPositionEnu_f(void)
Get position in local ENU coordinates (float).
static float stateGetHorizontalSpeedDir_f(void)
Get dir of horizontal ground speed (float).
static void vSubtractVectors(VECTOR *svA, VECTOR svB, VECTOR svC)
static void vMultiplyMatrixByVector(VECTOR *svA, MATRIX smB, VECTOR svC)
float alt
in meters (above WGS84 reference ellipsoid or above MSL)
API to get/set the generic vehicle states.