[6.4.0][启自驾指引] 逻辑优化

This commit is contained in:
renwj
2024-04-29 16:17:05 +08:00
parent 72f0ce77b9
commit a02f404eea

View File

@@ -185,6 +185,9 @@ object StatusManager {
}
fun getExceptionStatusBeforeLaunchAutopilot(): Int {
if (!hasInit) {
return 0
}
var ret = 0
model.status.value?.second?.filter {
it is IAutopilotPreLaunchStatus