mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-03-08 20:48:16 +00:00
MOD: closure loop in 5 steps
This commit is contained in:
parent
06f6d6be7b
commit
82ef7cd6e5
@ -58,7 +58,7 @@ bool Vtl_Engine::vtl_loop(Vtl_Data& new_data)
|
||||
counter = counter + 1; //uint64_t
|
||||
cout << "counter" << counter << endl;
|
||||
//new_data.kf_state.print("new_data kf initial");
|
||||
uint32_t closure_point=10;
|
||||
uint32_t closure_point=5;
|
||||
|
||||
if (counter < closure_point)
|
||||
{ //
|
||||
|
Loading…
x
Reference in New Issue
Block a user