35 #include "generated/airframe.h"
38 #define HFF_STATE_SIZE 3
57 extern void hff_init(
float init_x,
float init_xdot,
float init_y,
float init_ydot);
void hff_init(float init_x, float init_xdot, float init_y, float init_ydot)
void hff_update_gps(struct FloatVect2 *pos_ned, struct FloatVect2 *speed_ned)
float yP[HFF_STATE_SIZE][HFF_STATE_SIZE]
float xP[HFF_STATE_SIZE][HFF_STATE_SIZE]
void hff_update_vel(struct FloatVect2 vel, struct FloatVect2 Rvel)
void hff_realign(struct FloatVect2 pos, struct FloatVect2 vel)
void hff_update_pos(struct FloatVect2 pos, struct FloatVect2 Rpos)
Update position.
Paparazzi floating point algebra.
Paparazzi fixed point algebra.
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.