1、升级高精地图打开点云
2、增加点云日志输出

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-07-18 11:02:47 +08:00
parent 747a61330f
commit ef97e0e5bf
7 changed files with 55 additions and 15 deletions

View File

@@ -1,5 +1,8 @@
package com.mogo.eagle.core.function.api.autopilot
import mogo.telematics.pad.MessagePad
import rule_segement.MogoPointCloudOuterClass
/**
* @author xiaoyuzhou
@@ -15,4 +18,9 @@ interface IMoGoAutopilotPointCloudListener {
*/
fun onAutopilotPointCloudDataUpdate(pointCloud: ByteArray?)
/**
*
*/
fun onAutopilotPointCloudDataUpdate(header: MessagePad.Header?, pointCloud: MogoPointCloudOuterClass.MogoPointCloud?)
}