rename adasinit to eagleinit ,which include cloud and adas init status , plus added the adas connect operations trace log

This commit is contained in:
zhongchao
2022-05-16 19:14:17 +08:00
parent 5fa8f2547a
commit e8b7631f02
11 changed files with 96 additions and 27 deletions

View File

@@ -34,12 +34,6 @@ interface IMoGoAutopilotProvider : IMoGoFunctionServerProvider {
*/
fun sendTrafficLightData(trafficLightResult: TrafficLightResult)
/**
* 发送json数据给 Autopilot 自动驾驶控制器
* 具体的json格式需要与@宋克难 进行沟通
*/
fun sendMessageToAutopilot(jsonString: String)
/**
* 结束自动驾驶
*/