[启动自驾拦截]
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

@@ -632,6 +632,10 @@ public class OrderModel {
return;
}
if (!CallerAutoPilotControlManager.INSTANCE.isCanStartAutopilot(true)) {
return;
}
CallerLogger.e(M_BUS + TAG, "isPassStartAutopilotCommand = " +
FunctionBuildConfig.isPassStartAutopilotCommand);