29#ifndef NAV_POLES_ROTORCRAFT_H
30#define NAV_POLES_ROTORCRAFT_H
bool nav_poles_setup_wp(uint8_t wp1, uint8_t wp2, float height, float radius, float margin, int8_t nb_laps)
Init poles from flight plan waypoints.
bool nav_poles_setup_lla(struct LlaCoor_f *lla1, struct LlaCoor_f *lla2, float height, float radius, float margin, int8_t nb_laps)
Init poles from waypoints coordinates in LLA format.
void nav_poles_init(void)
Global init.
Paparazzi floating point math for geodetic calculations.
vector in Latitude, Longitude and Altitude
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.
signed char int8_t
Typedef defining 8 bit char type.