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 d141a6467f..0eb5ad3775 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 @@ -43,7 +43,9 @@ class MapPointCloudSubscriber private constructor() : IMoGoSubscriber, IMoGoAuto if (FunctionBuildConfig.isDrawPointCloudData) { val data = PointCloudDecoder.decode(header, pointCloud) val result = PointCloudHelper.updatePointCloudData(data, false, true, true) - //Logger.d(TAG, "result=$result") + }else{ + val result = PointCloudHelper.updatePointCloudData("", false, true, true) } + //Logger.d(TAG, "result=$result") } } \ No newline at end of file