A、加入针对260之前的Docker版本不做点云绘制操作的判断

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-09-05 19:05:15 +08:00
parent 543c571ca8
commit d83fecfcee
3 changed files with 51 additions and 27 deletions

View File

@@ -18,9 +18,4 @@ interface IMoGoAutopilotPointCloudListener {
*/
fun onAutopilotPointCloudDataUpdate(pointCloud: ByteArray?)
/**
*
*/
fun onAutopilotPointCloudDataUpdate(header: MessagePad.Header?, pointCloud: MogoPointCloudOuterClass.MogoPointCloud?)
}