From f200875ca300d3a7b9293c4effcc9456e359e505 Mon Sep 17 00:00:00 2001 From: Kurt Nistelberger Date: Thu, 29 Dec 2022 17:53:12 -0700 Subject: [PATCH] gnssMeasurement Renaming (#398) * use laika instand fix * rename time * fix indent Co-authored-by: Bruce Wayne Co-authored-by: Kurt Nistelberger --- log.capnp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/log.capnp b/log.capnp index 1ab60be..0f8f866 100644 --- a/log.capnp +++ b/log.capnp @@ -1167,16 +1167,16 @@ struct ProcLog { } struct GnssMeasurements { - ubloxMonoTime @0 :UInt64; + measTime @0 :UInt64; gpsWeek @1 :Int16; gpsTimeOfWeek @2 :Float64; correctedMeasurements @3 :List(CorrectedMeasurement); - positionECEF @4 :LiveLocationKalman.Measurement; - velocityECEF @5 :LiveLocationKalman.Measurement; - # Used for debugging: - positionFixECEF @6 :LiveLocationKalman.Measurement; + kalmanPositionECEF @4 :LiveLocationKalman.Measurement; + kalmanVelocityECEF @5 :LiveLocationKalman.Measurement; + positionECEF @6 :LiveLocationKalman.Measurement; + velocityECEF @7 :LiveLocationKalman.Measurement; # Todo sync this with timing pulse of ublox struct CorrectedMeasurement { @@ -1202,14 +1202,14 @@ struct GnssMeasurements { } enum ConstellationId { - # Satellite Constellation using the Ublox gnssid as index - gps @0; - sbas @1; - galileo @2; - beidou @3; - imes @4; - qznss @5; - glonass @6; + # Satellite Constellation using the Ublox gnssid as index + gps @0; + sbas @1; + galileo @2; + beidou @3; + imes @4; + qznss @5; + glonass @6; } enum EphemerisSourceType {