From 8dffe8b4080e62c121f3831f9688a4841bdbc810 Mon Sep 17 00:00:00 2001 From: donghongyu Date: Tue, 28 Jun 2022 18:30:10 +0800 Subject: [PATCH] =?UTF-8?q?[Change]=202.3.0.7=20=201.=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=AB=98=E7=B2=BE=E5=9C=B0=E5=9B=BE=E5=85=83=E7=B4=A0=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=AE=BE=E7=BD=AE=E6=96=B9=E6=B3=95=20=202.?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=87=AA=E8=BD=A6=E6=8B=90=E5=BC=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20=20http://wiki.zhidaohulian.com/pages/viewpage.acti?= =?UTF-8?q?on=3FpageId=3D76841249?= 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 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 3465b17c26..afbd0d4893 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, false, true) + val result = PointCloudHelper.updatePointCloudDataByPb(pointCloud, false, true, true) Logger.d(TAG, "====结束传入地图点云数据=====$result") } else { if (isDrawPointCloud) { diff --git a/gradle.properties b/gradle.properties index f356c633a9..b42316837d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -82,7 +82,7 @@ MOGO_LOCATION_VERSION=1.4.3.7 MOGO_TELEMATIC_VERSION=1.4.3.7 ######## MogoAiCloudSDK Version ######## # 自研地图 -MAP_SDK_VERSION=2.3.0.5 +MAP_SDK_VERSION=2.3.0.7 MAP_SDK_OPERATION_VERSION=1.0.13 # websocket WEBSOCKET_VERSION=1.1.7