Commit 1c99365e authored by wangdawei's avatar wangdawei

test

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