no message

This commit is contained in:
liujing
2021-04-09 19:40:44 +08:00
parent eaeafaed09
commit f0f4f2c12f

View File

@@ -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(() -> {