1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-07 10:43:58 +00:00

Update BeiDou satellite list

This commit is contained in:
Carles Fernandez
2020-07-12 13:56:36 +02:00
parent 47f0fe340f
commit da9795c7a1
3 changed files with 62 additions and 27 deletions

View File

@@ -88,7 +88,6 @@ int Pvt_Solution::cart2geo(double X, double Y, double Z, int elipsoid_selection)
d_latitude_d = phi * R2D;
d_longitude_d = lambda * R2D;
d_height_m = h;
// todo: refactor this class. Mix of duplicated functions, use either RTKLIB geodetic functions or geofunctions.h
return 0;
}