28 #ifndef INS_SKELETON_H
29 #define INS_SKELETON_H
void ins_module_init(void)
definition of the local (flat earth) coordinate system
void ins_module_update_baro(float pressure)
Ins implementation state (fixed point)
Integrated Navigation System interface.
struct InsModuleInt ins_module
global INS state
struct NedCoor_i ltp_accel
void ins_module_propagate(struct Int32Vect3 *accel, float dt)
void ins_module_update_gps(struct GpsState *gps_s, float dt)
void ins_module_wrapper_init(void)
void ins_module_reset_local_origin(void)
struct NedCoor_i ltp_speed
velocity in m/s in BFP with INT32_SPEED_FRAC
data structure for GPS information
Device independent GPS code (interface)
struct NedCoor_i ltp_pos
position in m in BFP with INT32_POS_FRAC
struct GpsState gps
internal copy of last GPS message
Paparazzi fixed point math for geodetic calculations.
vector in North East Down coordinates
struct OrientationReps body_to_imu
body_to_imu rotation
Generic orientation representation and conversions.
Paparazzi fixed point algebra.