mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 16:39:06 +08:00
log airspeed in rpl mode even if it is not fused
This commit is contained in:
parent
9c170f7fae
commit
acea2f98d5
@ -923,7 +923,7 @@ void Ekf2::task_main()
|
||||
replay.rng_timestamp = 0;
|
||||
}
|
||||
|
||||
if (fuse_airspeed) {
|
||||
if (airspeed_updated) {
|
||||
replay.asp_timestamp = airspeed.timestamp;
|
||||
replay.indicated_airspeed_m_s = airspeed.indicated_airspeed_m_s;
|
||||
replay.true_airspeed_m_s = airspeed.true_airspeed_m_s;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user