mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 00:14:32 +08:00
deprecate inputsok in liveLocationKalman (#246)
This commit is contained in:
@@ -968,7 +968,6 @@ struct LiveLocationKalman {
|
||||
gpsTimeOfWeek @14 :Float64;
|
||||
status @15 :Status;
|
||||
unixTimestampMillis @16 :Int64;
|
||||
inputsOK @17 :Bool = true;
|
||||
posenetOK @18 :Bool = true;
|
||||
gpsOK @19 :Bool = true;
|
||||
sensorsOK @21 :Bool = true;
|
||||
@@ -987,6 +986,9 @@ struct LiveLocationKalman {
|
||||
std @1 : List(Float64);
|
||||
valid @2 : Bool;
|
||||
}
|
||||
|
||||
# deprecated
|
||||
inputsOKDEPRECATED @17 :Bool = true;
|
||||
}
|
||||
|
||||
struct ProcLog {
|
||||
|
||||
Reference in New Issue
Block a user