Commit 3cfe2e58 authored by wangdawei's avatar wangdawei

test

parent e9b9ab11
......@@ -411,7 +411,7 @@ bool AdjustPPK::LocateCloud(const CloudInfoForMatch &cloudInfo)
}
double avgGridCnt = currMatcher_->AreaAvgGridCnt(guess.translation());
LOG(INFO) << "avgGridCnt: " << avgGridCnt;
if(avgGridCnt < 20000){
if(avgGridCnt < 30000){
return false;
}
ofs << setprecision(16) << cloudInfo.timestamp << ", " << guess.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