Fix typo in phoneProbValidCount field name (#36662)

* Fix typo in phoneProbValidCount field name

* Fix typo in phoneProbValidCount key
This commit is contained in:
YassineYousfi
2025-11-20 12:30:28 -08:00
committed by GitHub
parent fa56d539a7
commit 38697ac628
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2227,7 +2227,7 @@ struct DriverMonitoringState @0xb83cda094a1da284 {
isRHD @4 :Bool;
uncertainCount @19 :UInt32;
phoneProbOffset @20 :Float32;
phoneProbalidCount @21 :UInt32;
phoneProbValidCount @21 :UInt32;
isPreviewDEPRECATED @15 :Bool;
rhdCheckedDEPRECATED @5 :Bool;
+1 -1
View File
@@ -407,7 +407,7 @@ class DriverMonitoring:
"poseYawOffset": self.pose.yaw_offseter.filtered_stat.mean(),
"poseYawValidCount": self.pose.yaw_offseter.filtered_stat.n,
"phoneProbOffset": self.phone.prob_offseter.filtered_stat.mean(),
"phoneProbalidCount": self.phone.prob_offseter.filtered_stat.n,
"phoneProbValidCount": self.phone.prob_offseter.filtered_stat.n,
"stepChange": self.step_change,
"awarenessActive": self.awareness_active,
"awarenessPassive": self.awareness_passive,