fix
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Marius Eggert 2023-08-08 14:24:26 +02:00
parent 11578b9d9a
commit 8da08bd328

View File

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