diff --git a/src/algorithms/PVT/libs/rtklib_solver.cc b/src/algorithms/PVT/libs/rtklib_solver.cc index 27b2d464b..da16db15d 100755 --- a/src/algorithms/PVT/libs/rtklib_solver.cc +++ b/src/algorithms/PVT/libs/rtklib_solver.cc @@ -1117,11 +1117,11 @@ bool Rtklib_Solver::get_PVT(const std::map &gnss_observables_ new_vtl_data.sat_health_flag(n) = svh.at(n); new_vtl_data.sat_CN0_dB_hz(n) = d_obs_data.at(n).SNR[0]; // TODO: first version of VTL works only with ONE frequency band (band #0 is L1) - new_vtl_data.pr_m(n) = d_obs_data.at(n).P[0]; //RAW pseudoranges + //new_vtl_data.pr_m(n) = d_obs_data.at(n).P[0]; //RAW pseudoranges //To.Do: check it VTL uses all the information as in rtklib rescode function: v[nv] = P - (r + dtr - SPEED_OF_LIGHT_M_S * dts[i * 2] + dion + dtrp); //corrected pr with code bias, iono and tropo. Still needs the dtr(rx clock bias) and satellite clock bias (dts) //cout<<"dtr "<