1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-03-09 13:08:18 +00:00

MOD: closure loop in 5 steps

This commit is contained in:
miguel 2022-12-19 18:35:31 +01:00
parent 06f6d6be7b
commit 82ef7cd6e5

View File

@ -58,7 +58,7 @@ bool Vtl_Engine::vtl_loop(Vtl_Data& new_data)
counter = counter + 1; //uint64_t counter = counter + 1; //uint64_t
cout << "counter" << counter << endl; cout << "counter" << counter << endl;
//new_data.kf_state.print("new_data kf initial"); //new_data.kf_state.print("new_data kf initial");
uint32_t closure_point=10; uint32_t closure_point=5;
if (counter < closure_point) if (counter < closure_point)
{ // { //