From ecaa9998183cd9db7e46710ff355465ec734f18f Mon Sep 17 00:00:00 2001 From: liujing Date: Wed, 29 Jun 2022 18:26:06 +0800 Subject: [PATCH] =?UTF-8?q?[Change]=20=E5=9B=9E=E9=80=80=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E7=89=88=E6=9C=AC2.3.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: donghongyu --- .../com/mogo/eagle/core/function/map/MapPointCloudSubscriber.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/MapPointCloudSubscriber.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/MapPointCloudSubscriber.kt index afbd0d4893..3465b17c26 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/MapPointCloudSubscriber.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/MapPointCloudSubscriber.kt @@ -57,7 +57,7 @@ class MapPointCloudSubscriber private constructor() : IMoGoSubscriber, IMoGoAuto * @return 是否执行 */ Logger.d(TAG, "====开始传入地图点云数据====") - val result = PointCloudHelper.updatePointCloudDataByPb(pointCloud, false, true, true) + val result = PointCloudHelper.updatePointCloudDataByPb(pointCloud, false, false, true) Logger.d(TAG, "====结束传入地图点云数据=====$result") } else { if (isDrawPointCloud) {