mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-08 19:23:07 +00:00
MOD: closure loop in 5 steps
This commit is contained in:
@@ -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)
|
||||||
{ //
|
{ //
|
||||||
|
|||||||
Reference in New Issue
Block a user