mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-11 00:20:08 +00:00
Temporary bug fix in observables (fixes some glitches in GPS L1 CA position)
This commit is contained in:
parent
16561a5f14
commit
641b2cd53b
@ -147,7 +147,6 @@ int hybrid_observables_cc::general_work (int noutput_items,
|
|||||||
*/
|
*/
|
||||||
for (unsigned int i = 0; i < d_nchannels; i++)
|
for (unsigned int i = 0; i < d_nchannels; i++)
|
||||||
{
|
{
|
||||||
current_gnss_synchro[i].Flag_valid_pseudorange=false;
|
|
||||||
n_consume[i] = ninput_items[i];// full throttle
|
n_consume[i] = ninput_items[i];// full throttle
|
||||||
for (int j = 0; j < n_consume[i]; j++)
|
for (int j = 0; j < n_consume[i]; j++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user