|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "follow_target.h"#include <string.h>#include <stdlib.h>#include <stdbool.h>#include <math.h>#include <fcntl.h>#include <systemlib/err.h>#include <uORB/uORB.h>#include <uORB/topics/position_setpoint_triplet.h>#include <uORB/topics/follow_target.h>#include <lib/ecl/geo/geo.h>#include <lib/mathlib/math/Limits.hpp>#include "navigator.h"