[和地盘建立连接后请求正在运行的任务]
This commit is contained in:
yangyakun
2026-03-18 21:09:52 +08:00
parent 9e80a6896e
commit 7589b4a0fd
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ object CheckVinManager : IMoGoAutopilotCarConfigListener {
override fun onAutopilotCarConfig(carConfigResp: MessagePad.CarConfigResp) {
checkVin()
CallerAutoPilotControlManager.sendTaskManagerRunningInfo()
}
fun getVin(): String {

View File

@@ -55,7 +55,7 @@ class AsyncDataToAutopilotServer private constructor() : IMoGoTrafficLightListen
.subscribe {
bizLog(SceneConstant.M_D_C + TAG, "请求底盘轨迹")
CallerAutoPilotControlManager.getGlobalPath()
CallerAutoPilotControlManager.sendTaskManagerRunningInfo()
}
}
else -> {}