mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Disable GPS L2C ephemeris in internal RTKLIB solver due to an incompatibility
This commit is contained in:
parent
ebd8b46e51
commit
b1bf4a96c2
@ -255,8 +255,8 @@ bool rtklib_solver::get_PVT(const std::map<int, Gnss_Synchro>& gnss_observables_
|
||||
DLOG(INFO) << "No ephemeris data for SV " << gnss_observables_iter->first;
|
||||
}
|
||||
}
|
||||
// GPS L2
|
||||
if (sig_.compare("2S") == 0)
|
||||
// GPS L2 (ephemeris disabled due to an incompatibility with RTKLIB solver)
|
||||
if (sig_.compare("2S_disabled") == 0)
|
||||
{
|
||||
gps_cnav_ephemeris_iter = gps_cnav_ephemeris_map.find(gnss_observables_iter->second.PRN);
|
||||
if (gps_cnav_ephemeris_iter != gps_cnav_ephemeris_map.cend())
|
||||
|
Loading…
Reference in New Issue
Block a user