float err_vx_int
The integrated velocity error in x direction (m/s)
struct opticflow_stab_t opticflow_stab
struct Int32Eulers cmd
The commands that are send to the hover loop.
float err_vy_int
The integrated velocity error in y direction (m/s)
int32_t theta_pgain
The pitch P gain on the err_vy.
int32_t theta_igain
The pitch I gain on the err_vy_int.
float desired_vy
The desired velocity in the y direction (cm/s)
void guidance_module_enter(void)
Entering the module (user switched to module)
int8_t repulsionforce_filter_flag
void guidance_module_run(bool in_flight)
Main guidance loop.
float desired_vx
The desired velocity in the x direction (cm/s)
int32_t phi_pgain
The roll P gain on the err_vx.
int32_t phi_igain
The roll I gain on the err_vx_int.
void OA_update(void)
Update the controls based on a vision result.
Paparazzi fixed point algebra.
Capture images from a V4L2 device (Video for Linux 2)
int int32_t
Typedef defining 32 bit int type.
signed char int8_t
Typedef defining 8 bit char type.