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