mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
Use mix pitch into beta yaw feedback (ignore beta when hovering)
This commit is contained in:
@@ -95,7 +95,7 @@ static void update_ref_quat_from_eulers(void) {
|
||||
|
||||
void booz_stabilization_attitude_read_beta_vane(float beta)
|
||||
{
|
||||
booz_stab_att_sp_euler.psi += beta / RC_UPDATE_FREQ;
|
||||
booz_stab_att_sp_euler.psi += booz_ahrs_float.ltp_to_body_euler.theta * beta / RC_UPDATE_FREQ;
|
||||
update_sp_quat_from_eulers();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user