添加obu tcp通信支持
This commit is contained in:
@@ -300,7 +300,9 @@ public class V2XObuEventScenario extends AbsV2XScenario<V2XObuEventEntity> imple
|
||||
private void sendBroadcastToAdas(String status) {
|
||||
if (status.equals(CALL_ADAS_SHOW_OPTIMAL)) {
|
||||
// 给adas发送显示绿波的广播,同时自己也要开始划线
|
||||
drawLine();
|
||||
if(DebugConfig.getObuType() == DebugConfig.OBU_TYPE_CIDI) {
|
||||
drawLine();
|
||||
}
|
||||
} else {
|
||||
// 给adas发送隐藏绿波的广播,同时自己也需要结束划线动画
|
||||
hideLine();
|
||||
|
||||
Reference in New Issue
Block a user