mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 00:14:32 +08:00
add socket valid to plan and pathplan
This commit is contained in:
@@ -587,6 +587,7 @@ struct Plan {
|
||||
radarStateMonoTime @10 :UInt64;
|
||||
carStateMonoTime @31 :UInt64;
|
||||
controlsStateMonoTime @32 :UInt64;
|
||||
socketsValid @33 :Bool;
|
||||
|
||||
eventsDEPRECATED @13 :List(Car.CarEvent);
|
||||
|
||||
@@ -667,6 +668,7 @@ struct PathPlan {
|
||||
modelValid @12 :Bool;
|
||||
angleOffset @11 :Float32;
|
||||
sensorValid @14 :Bool;
|
||||
socketsValid @19 :Bool;
|
||||
}
|
||||
|
||||
struct LiveLocationData {
|
||||
|
||||
Reference in New Issue
Block a user