ekf2_replay: Add missing GPS height data

This commit is contained in:
Paul Riseborough
2016-04-23 09:47:49 +10:00
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) {