mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 01:33:56 -04:00
AP_AHRS: re-run update_trig() after EKF AHRS update
This commit is contained in:
parent
a88212eb7a
commit
801ceacaf2
@ -77,6 +77,7 @@ void AP_AHRS_NavEKF::update(void)
|
||||
yaw_sensor = degrees(yaw) * 100;
|
||||
if (yaw_sensor < 0)
|
||||
yaw_sensor += 36000;
|
||||
update_trig();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user