mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Adding RTKLIB PVT error to gnss-sdr.INFO log file for debug purposes
This commit is contained in:
parent
736e2039c6
commit
9a2909e8cb
@ -236,7 +236,7 @@ bool rtklib_solver::get_PVT(std::map<int,Gnss_Synchro> gnss_observables_map, dou
|
|||||||
result = rtkpos(&rtk_, obs_data, valid_obs, &nav_data);
|
result = rtkpos(&rtk_, obs_data, valid_obs, &nav_data);
|
||||||
if(result==0)
|
if(result==0)
|
||||||
{
|
{
|
||||||
DLOG(INFO)<<"RTKLIB rtkpos error message: "<<rtk_.errbuf;
|
LOG(INFO)<<"RTKLIB rtkpos error message: "<<rtk_.errbuf;
|
||||||
d_rx_dt_s = 0; //reset rx time estimation
|
d_rx_dt_s = 0; //reset rx time estimation
|
||||||
}else{
|
}else{
|
||||||
pvt_sol=rtk_.sol;
|
pvt_sol=rtk_.sol;
|
||||||
|
Loading…
Reference in New Issue
Block a user