[3.3.0] fix bug of amap line problem ,and change the log

This commit is contained in:
zhongchao
2023-06-29 11:34:43 +08:00
parent 06f8573265
commit 5c0b5351de
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ class AsyncDataToAutopilotServer private constructor() : IMoGoTrafficLightListen
}
override fun onAutopilotStatusResponse(state: Int) {
bizLog(SceneConstant.M_D_C + TAG, "自动驾驶状态变化:$state,准备请求全局路线")
bizLog(SceneConstant.M_D_C + TAG, "自动驾驶状态变化:$state")
createSubscribe?.let {
if (!it.isDisposed) {
bizLog(SceneConstant.M_D_C + TAG, "自动驾驶状态变化取消前置轨迹请求间隔2s重新请求底盘轨迹")