Commit d40fc507 authored by wangdawei's avatar wangdawei

test

parent 306572ac
......@@ -393,7 +393,7 @@ bool AdjustPPK::LocateCloud(const CloudInfoForMatch &cloudInfo)
}
double avgGridCnt = currMatcher_->AreaAvgGridCnt(mapPose_.translation());
LOG(INFO) << "avgGridCnt: " << avgGridCnt;
if(avgGridCnt < 100){
if(avgGridCnt < 50000){
return false;
}
ofs << setprecision(16) << cloudInfo.timestamp << ", " << mapPose_.translation().x()
......
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