From f0f4f2c12f326f860a058c65aa060512903d4ead Mon Sep 17 00:00:00 2001 From: liujing Date: Fri, 9 Apr 2021 19:40:44 +0800 Subject: [PATCH] no message --- .../module/v2x/manager/impl/MoGoV2XCloundDataManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/manager/impl/MoGoV2XCloundDataManager.java b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/manager/impl/MoGoV2XCloundDataManager.java index f5d8fe193e..23fd49041f 100644 --- a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/manager/impl/MoGoV2XCloundDataManager.java +++ b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/manager/impl/MoGoV2XCloundDataManager.java @@ -71,12 +71,12 @@ public class MoGoV2XCloundDataManager implements IMoGoV2XCloundDataManager, IMog //停止线前方画线 MogoLatLng newLocation = LocationUtils.getNewLocation((MogoLatLng) fillPoints.get(0), 80, cloundWarningInfo.getAngle()); WorkThreadHandler.getInstance().postDelayed(() -> { + //添加停止线marker + drawStopLineWith2Resource(); //二轮车和行人的渲染和移动 V2XWarnDataDrawer.getInstance().renderWarnData(cloundWarningInfo); //绘制识别物与交汇点连线,并且更新连线数据 drawStopLine(cloundWarningInfo, newLocation); - //添加停止线marker - drawStopLineWith2Resource(); }, 200); UiThreadHandler.postDelayed(() -> {