File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2227,7 +2227,7 @@ struct DriverMonitoringState @0xb83cda094a1da284 {
22272227 isRHD @4 :Bool ;
22282228 uncertainCount @19 :UInt32 ;
22292229 phoneProbOffset @20 :Float32 ;
2230- phoneProbalidCount @21 :UInt32 ;
2230+ phoneProbValidCount @21 :UInt32 ;
22312231
22322232 isPreviewDEPRECATED @15 :Bool ;
22332233 rhdCheckedDEPRECATED @5 :Bool ;
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ def get_state_packet(self, valid=True):
407407 "poseYawOffset" : self .pose .yaw_offseter .filtered_stat .mean (),
408408 "poseYawValidCount" : self .pose .yaw_offseter .filtered_stat .n ,
409409 "phoneProbOffset" : self .phone .prob_offseter .filtered_stat .mean (),
410- "phoneProbalidCount " : self .phone .prob_offseter .filtered_stat .n ,
410+ "phoneProbValidCount " : self .phone .prob_offseter .filtered_stat .n ,
411411 "stepChange" : self .step_change ,
412412 "awarenessActive" : self .awareness_active ,
413413 "awarenessPassive" : self .awareness_passive ,
You can’t perform that action at this time.
0 commit comments