Commit 306572ac authored by wangdawei's avatar wangdawei

test

parent d63d152f
......@@ -393,7 +393,7 @@ bool AdjustPPK::LocateCloud(const CloudInfoForMatch &cloudInfo)
}
double avgGridCnt = currMatcher_->AreaAvgGridCnt(mapPose_.translation());
LOG(INFO) << "avgGridCnt: " << avgGridCnt;
if(avgGridCnt < 5){
if(avgGridCnt < 100){
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