mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-16 23:02:07 +08:00
Fix typo in phoneProbValidCount field name (#36662)
* Fix typo in phoneProbValidCount field name * Fix typo in phoneProbValidCount key
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user