|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
void OA_update(void)
Update the controls based on a vision result.
int32_t phi_pgain
The roll P gain on the err_vx.
float desired_vx
The desired velocity in the x direction (cm/s)
int32_t theta_igain
The pitch I gain on the err_vy_int.
int8_t repulsionforce_filter_flag
Paparazzi fixed point algebra.
void guidance_h_module_enter(void)
Entering the horizontal module (user switched to module)
float err_vx_int
The integrated velocity error in x direction (m/s)
float desired_vy
The desired velocity in the y direction (cm/s)
int32_t theta_pgain
The pitch P gain on the err_vy.
void guidance_h_module_run(bool in_flight)
Main guidance loop.
struct Int32Eulers cmd
The commands that are send to the hover loop.
void guidance_h_module_read_rc(void)
Read the RC commands.
struct opticflow_stab_t opticflow_stab
int32_t phi_igain
The roll I gain on the err_vx_int.
float err_vy_int
The integrated velocity error in y direction (m/s)
void guidance_h_module_init(void)
Initialization of horizontal guidance module.