Commit 0b6c8da8 authored by wangdawei's avatar wangdawei

test

parent b0c18b89
......@@ -110,7 +110,9 @@ void AdjustPPK::OnReceivedCloud(const PPointCloud &cloud)
CloudInfoForMatch cloudInfo;
Undisort(cloudPacket, cloudInfo);
ConfigMap(cloudInfo.timestamp);
if(!ConfigMap(cloudInfo.timestamp)){
return;
}
LocateCloud(cloudInfo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment