Commit c54c23df authored by wangdawei's avatar wangdawei

test

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