mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 11:57:34 +08:00
EKF: Use #define function for isfinite check
This commit is contained in:
committed by
Paul Riseborough
parent
91f886cb5e
commit
d1f3f4c916
+1
-1
@@ -513,7 +513,7 @@ void Ekf::controlGpsFusion()
|
||||
|
||||
// GPS yaw aiding selection logic
|
||||
if ((_params.fusion_mode & MASK_USE_GPSYAW)
|
||||
&& isfinite(_gps_sample_delayed.yaw)
|
||||
&& ISFINITE(_gps_sample_delayed.yaw)
|
||||
&& _control_status.flags.tilt_align
|
||||
&& (!_control_status.flags.gps_yaw || !_control_status.flags.yaw_align)
|
||||
&& (_time_last_imu - _time_last_gps < 2 * GPS_MAX_INTERVAL)) {
|
||||
|
||||
Reference in New Issue
Block a user