「Change」

接入地图点云数据

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
liujing
2022-06-29 18:23:39 +08:00
parent 32f7e231d9
commit da8152ed6c
6 changed files with 16 additions and 28 deletions

View File

@@ -1,7 +1,5 @@
package com.mogo.eagle.core.function.api.autopilot
import mogo.telematics.pad.MessagePad
import rule_segement.MogoPointCloudOuterClass
/**
* @author xiaoyuzhou
@@ -15,6 +13,6 @@ interface IMoGoAutopilotPointCloudListener {
*
* @param pointCloud 点云数据
*/
fun onAutopilotPointCloudDataUpdate(header: MessagePad.Header?, pointCloud: MogoPointCloudOuterClass.MogoPointCloud?)
fun onAutopilotPointCloudDataUpdate(pointCloud: ByteArray?)
}