1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-11-15 22:34:58 +00:00

MOD: correction without time update for debug

This commit is contained in:
miguel 2022-12-19 18:29:20 +01:00
parent 5864791a30
commit 6a2271d07e

View File

@ -654,7 +654,7 @@ void kf_tracking::msg_handler_pvt_to_trk(const pmt::pmt_t &msg)
// TODO: Replace only the desired states and leave the others as stored in d_x_old_old vector (e.g replace only the carrier_freq_hz)
//arma::vec tmp_x = F_tmp * x_tmp;
double old_doppler = d_x_old_old(2);
//d_x_old_old(2) = x_tmp(2); //replace only the Carrier Frequency state
d_x_old_old(2) = x_tmp(2); //replace only the Carrier Frequency state
// set vtl corrections flag to inform VTL from gnss_synchro object
d_vtl_cmd_applied_now = true;