mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-09-17 22:51:22 +00:00
Adding Local frame ENU velocity and COG to PVT monitor serialization
This commit is contained in:
@@ -43,4 +43,10 @@ double vdop = 28; // Vertical Dilution of Precision
|
||||
|
||||
double user_clk_drift_ppm = 29; // User clock drift [ppm]
|
||||
string utc_time = 30; // PVT UTC time (rfc 3339 datetime string)
|
||||
|
||||
double vel_e = 31; // Velocity East component in Local frame, in m/s
|
||||
double vel_n = 32; // Velocity Nord component in Local frame, in m/s
|
||||
double vel_u = 33; // Velocity Up component in Local frame, in m/s
|
||||
|
||||
double cog = 34; // Course Over Ground (cog) [deg]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user