29#include "generated/airframe.h"
30#include "generated/flight_plan.h"
37#ifndef FOLLOW_OFFSET_X
38#define FOLLOW_OFFSET_X 0.0
41#ifndef FOLLOW_OFFSET_Y
42#define FOLLOW_OFFSET_Y 0.0
45#ifndef FOLLOW_OFFSET_Z
46#define FOLLOW_OFFSET_Z 0.0
50#error "Please define FOLLOW_AC_ID"
53#ifndef FOLLOW_WAYPOINT_ID
54#error "Please define FOLLOW_WAYPOINT_ID"
static struct EnuCoor_i * acInfoGetPositionEnu_i(uint8_t ac_id)
Get position in local ENU coordinates (int).
#define POS_BFP_OF_REAL(_af)
vector in East North Up coordinates
static struct EnuCoor_i * stateGetPositionEnu_i(void)
Get position in local ENU coordinates (int).
void waypoint_move_enu_i(uint8_t wp_id, struct EnuCoor_i *new_pos)
API to get/set the generic vehicle states.