1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-11-16 06:44:57 +00:00

MOD: not updating tracking state for debugging

This commit is contained in:
M.A.Gomez 2022-12-17 12:58:48 +00:00
parent e3a62735e3
commit 7d7745055a

View File

@ -651,7 +651,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) // 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; //arma::vec tmp_x = F_tmp * x_tmp;
double old_doppler = d_x_old_old(2); 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 // set vtl corrections flag to inform VTL from gnss_synchro object
d_vtl_cmd_applied_now = true; d_vtl_cmd_applied_now = true;