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

@@ -68,16 +68,4 @@ object CallerAutopilotPointCloudListenerManager : CallerBase() {
}
}
/**
* 点云数据 回调
*/
@Synchronized
fun invokeAutopilotPointCloudDataUpdate(header: MessagePad.Header?, pointCloud: MogoPointCloudOuterClass.MogoPointCloud?) {
M_POINT_CLOUD_LISTENERS.forEach {
val tag = it.key
val listener = it.value
listener.onAutopilotPointCloudDataUpdate(header, pointCloud)
}
}
}