红绿灯和MAP升级

1、红绿灯融合增加AI云请求红绿灯失败回调,当AI云失败后展示感知红绿灯数据
2、更改MAP升级状态码
This commit is contained in:
xuxinchao
2022-05-24 11:34:47 +08:00
parent dcf7fae109
commit ab59b885fb
5 changed files with 57 additions and 3 deletions

View File

@@ -16,4 +16,11 @@ interface IMoGoTrafficLightListener {
}
/**
* 红绿灯接口请求失败
*/
fun onTrafficRequestError(){
}
}