Use SGP4 Propagator for GPS #770

Merged
muellerr merged 33 commits from use-sgp4-propagator into main 2023-08-14 15:47:33 +02:00
Showing only changes of commit 8da08bd328 - Show all commits

View File

@ -554,6 +554,7 @@ void SensorProcessing::processGps(const double gpsLatitude, const double gpsLong
gpsDataProcessed->setValidity(true, true); gpsDataProcessed->setValidity(true, true);
} }
} }
return;
} else if (validGps) { } else if (validGps) {
// Transforming from Degree to Radians and calculation geocentric latitude from geodetic // Transforming from Degree to Radians and calculation geocentric latitude from geodetic
gdLongitude = gpsLongitude * PI / 180.; gdLongitude = gpsLongitude * PI / 180.;