mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-04 01:03:04 +00:00 
			
		
		
		
	Adding the path of Galileo E5 observations to RTKLIB solver. Some bug fixes. Work with Galileo in progress
This commit is contained in:
		@@ -147,6 +147,7 @@ int hybrid_observables_cc::general_work (int noutput_items,
 | 
			
		||||
     */
 | 
			
		||||
    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
 | 
			
		||||
            for (int j = 0; j < n_consume[i]; j++)
 | 
			
		||||
                {
 | 
			
		||||
@@ -186,7 +187,6 @@ int hybrid_observables_cc::general_work (int noutput_items,
 | 
			
		||||
                                    gnss_synchro_map.insert(std::pair<int, Gnss_Synchro>(
 | 
			
		||||
                                            d_gnss_synchro_history_queue[i].front().Channel_ID,
 | 
			
		||||
                                            d_gnss_synchro_history_queue[i].front()));
 | 
			
		||||
 | 
			
		||||
                                }
 | 
			
		||||
                            gnss_synchro_map_iter = min_element(gnss_synchro_map.begin(),
 | 
			
		||||
                                    gnss_synchro_map.end(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user