增加了异常车辆提醒 全方位预警tts逻辑
Signed-off-by: chenfufeng <chenfufeng@zhidaoauto.com>
This commit is contained in:
@@ -644,17 +644,8 @@ class MogoPrivateObuManager private constructor() {
|
||||
EventTypeEnum.TYPE_USECASE_ID_AVW.poiType -> {
|
||||
alertContent = EventTypeEnum.getWarningContent(appId.toString())
|
||||
ttsContent = EventTypeEnum.getWarningTts(appId.toString())
|
||||
// when (direction) {
|
||||
// 3 -> { //左前
|
||||
// ttsContent = String.format(ttsContent, "左")
|
||||
// }
|
||||
// 4 -> { //右前
|
||||
// ttsContent = String.format(ttsContent, "右")
|
||||
// }
|
||||
// 1 -> { //正前
|
||||
// ttsContent = alertContent
|
||||
// }
|
||||
// }
|
||||
alertContent = String.format(alertContent, direction.desc)
|
||||
ttsContent = String.format(ttsContent, direction.desc)
|
||||
}
|
||||
|
||||
//盲区预警
|
||||
|
||||
Reference in New Issue
Block a user