[change] MAP260监控状态更新,添加平行驾驶状态

This commit is contained in:
xinfengkun
2022-07-25 11:34:38 +08:00
parent 186d92da54
commit 5c7555fe91
2 changed files with 16 additions and 0 deletions

View File

@@ -62,5 +62,10 @@ interface IMoGoAutopilotStatusListener {
* 自动驾驶中,可能是停车,可能是行进,但是是机器在处理车的前进后退,不是人
*/
const val STATUS_AUTOPILOT_RUNNING = 2
/**
* 平行驾驶
*/
const val STATUS_PARALLEL_DRIVING = 3
}
}