27 #ifndef TRILATERATION_H
28 #define TRILATERATION_H
Paparazzi floating point math for geodetic calculations.
vector in East North Up coordinates Units: meters
float distance
last measured distance
struct EnuCoor_f pos
position of the anchor
bool updated
new data available
int trilateration_init(struct Anchor *anchors)
Init internal trilateration structures.
float time
time of the last received data
int trilateration_compute(struct Anchor *anchors, struct EnuCoor_f *pos)
Compute trilateration based on the latest measurments.
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.