[启动自驾拦截]
This commit is contained in:
yangyakun
2024-04-23 10:51:35 +08:00
parent c126430ada
commit 6b34db2dbf
9 changed files with 102 additions and 0 deletions

View File

@@ -625,6 +625,10 @@ public class OrderModel {
return;
}
if (!CallerAutoPilotControlManager.INSTANCE.isCanStartAutopilot(true)) {
return;
}
firstStartAutopilot++;
triggerStartServiceEvent(isRestart, false);