mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-30 23:03:05 +00:00 
			
		
		
		
	Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
This commit is contained in:
		| @@ -1942,7 +1942,7 @@ int rtklib_pvt_gs::work(int noutput_items, gr_vector_const_void_star& input_item | ||||
|                     // debug code | ||||
|                     //                    else | ||||
|                     //                        { | ||||
|                     //         LOG(INFO) << "Internal PVT solver error"; | ||||
|                     //                            DLOG(INFO) << "Internal PVT solver error"; | ||||
|                     //                        } | ||||
|  | ||||
|                     // compute on the fly PVT solution | ||||
|   | ||||
| @@ -925,8 +925,8 @@ bool Rtklib_Solver::get_PVT(const std::map<int, Gnss_Synchro> &gnss_observables_ | ||||
|  | ||||
|             if (result == 0) | ||||
|                 { | ||||
|                     LOG(INFO) << "RTKLIB rtkpos error"; | ||||
|                     DLOG(INFO) << "RTKLIB rtkpos error message: " << rtk_.errbuf; | ||||
|                     LOG(INFO) << "RTKLIB rtkpos error: " << rtk_.errbuf; | ||||
|                     rtk_.neb = 0;                  //clear error buffer to avoid repeating the error message | ||||
|                     this->set_time_offset_s(0.0);  // reset rx time estimation | ||||
|                     this->set_num_valid_observations(0); | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez