[6.4.0][启自驾指引] 蘑方启自驾拦截排掉清扫车
This commit is contained in:
@@ -245,10 +245,10 @@ internal class MoFangCommandExecutor {
|
||||
linkedLog?.record(mapOf("执行:${System.currentTimeMillis()}" to "$message, $json"))
|
||||
Log.d(TAG, "--- 启动自驾 ----入参:$json")
|
||||
//清扫车有FSM模块,魔方启动自驾时需要将Source修改为魔方,以便telamatics做区分并在转发时增加flag标记
|
||||
if (CallerAutoPilotControlManager.isCanStartAutopilot(true)) {
|
||||
if (AppIdentityModeUtils.isSweeper(FunctionBuildConfig.appIdentityMode)) {
|
||||
CallerAutoPilotControlManager.startAutoPilotByMoFang(parameters)
|
||||
} else{
|
||||
if (AppIdentityModeUtils.isSweeper(FunctionBuildConfig.appIdentityMode)) {
|
||||
CallerAutoPilotControlManager.startAutoPilotByMoFang(parameters)
|
||||
} else {
|
||||
if (CallerAutoPilotControlManager.isCanStartAutopilot(true)) {
|
||||
CallerAutoPilotControlManager.startAutoPilot(parameters)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user