Device independent GPS code (interface)
data structure for GPS information
definition of the local (flat earth) coordinate system
vector in North East Down coordinates
Integrated Navigation System interface.
struct InsInt ins_int
global INS state
float baro_z
z-position calculated from baro in meters (z-down)
void ins_int_propagate(struct Int32Vect3 *accel, float dt)
void ins_int_update_gps(struct GpsState *gps_s)
bool vf_reset
request to reset vertical filter.
struct NedCoor_i ltp_speed
bool hf_realign
request to realign horizontal filter.
uint32_t propagation_cnt
number of propagation steps since the last measurement update
struct NedCoor_i ltp_accel
Ins implementation state (fixed point)
Paparazzi floating point algebra.
Paparazzi fixed point math for geodetic calculations.
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.