mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
ekf2_replay: Add missing GPS height data
This commit is contained in:
committed by
Lorenz Meier
parent
1b3ac22d3f
commit
f3ec95c3b2
@@ -372,6 +372,7 @@ void Ekf2Replay::setEstimatorInput(uint8_t *data, uint8_t type)
|
||||
_gps.vel_e_m_s = replay_part2.vel_e_m_s;
|
||||
_gps.vel_d_m_s = replay_part2.vel_d_m_s;
|
||||
_gps.vel_ned_valid = replay_part2.vel_ned_valid;
|
||||
_gps.alt = replay_part2.alt;
|
||||
_read_part2 = true;
|
||||
|
||||
} else if (type == LOG_RPL3_MSG) {
|
||||
|
||||
Reference in New Issue
Block a user