[Add] 临时关闭OBU绘制感知车辆

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-29 14:34:08 +08:00
parent 683aae2444
commit 7c85f8355b
2 changed files with 3 additions and 2 deletions

View File

@@ -424,7 +424,7 @@
-keep class org.conscrypt.HandshakeListener{*;}
-keep class org.conscrypt.BufferAllocator{*;}
-keep class com.squareup.haha.guava.collect.*{*;}
-keep class **.zego.**{*;}

View File

@@ -44,7 +44,8 @@ object TrafficMarkerDrawer {
object : Handler(WorkThreadHandler.newInstance("other_traffic_drawer").looper) {
override fun handleMessage(msg: Message) {
super.handleMessage(msg)
drawerTrafficInfo()
// TODO 因为与自动驾驶的感知重合临时关掉OBU车辆绘制
// drawerTrafficInfo()
// 延时50毫秒重复发送自己定时轮询进行车辆绘制可以及时将已经不存在车辆删除
sendEmptyMessageDelayed(0, 50L)
}