Use SGP4 Propagator for GPS #770
@ -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.;
|
||||||
|
Loading…
Reference in New Issue
Block a user