「Change」
修改地图绘制点云无法清除点云问题 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user