[610][adas]不能启动自驾或平行驾驶原因添加具体消息类型

This commit is contained in:
xinfengkun
2023-09-18 12:29:11 +08:00
parent 5cb034ff3e
commit 930d79f6fa
10 changed files with 72 additions and 51 deletions

View File

@@ -25,6 +25,7 @@ object CallerAutopilotActionsListenerManager : CallerBase<IMoGoAutopilotActionsL
list.add(
UnableLaunchReason(
UnableLaunchReason.SourceType.LIB,
UnableLaunchReason.UnableType.DISCONNECTED,
"未连接自动驾驶系统"
)
)

View File

@@ -26,6 +26,7 @@ object CallerParallelDrivingActionsListenerManager :
list.add(
UnableLaunchReason(
UnableLaunchReason.SourceType.LIB,
UnableLaunchReason.UnableType.DISCONNECTED,
"未连接自动驾驶系统"
)
)