|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
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_update_vel(struct FloatVect2 vel, struct FloatVect2 Rvel)
Paparazzi floating point algebra.
Paparazzi fixed point algebra.
float xP[HFF_STATE_SIZE][HFF_STATE_SIZE]
void hff_init(float init_x, float init_xdot, float init_y, float init_ydot)
void hff_realign(struct FloatVect2 pos, struct FloatVect2 vel)
void hff_update_pos(struct FloatVect2 pos, struct FloatVect2 Rpos)
Update position.
float yP[HFF_STATE_SIZE][HFF_STATE_SIZE]
void hff_update_gps(struct FloatVect2 *pos_ned, struct FloatVect2 *speed_ned)