Commit 983c4d96 authored by wangdawei's avatar wangdawei

change no map ppk radio from 0.01 to 0.9

parent 7a49468c
......@@ -515,7 +515,7 @@ bool AdjustPPK::LocateCloud(const CloudInfoForMatch &cloudInfo)
if(avgGridCnt < 20000){
LOG(INFO) << "avgGridCnt < 20000! " << "avgGridCnt: " << avgGridCnt;
if(ppkIndex_ > 0){
double radio = 0.01;
double radio = 0.9;
const auto &localPPK = localPoseVec_.at(ppkIndex_ - 1);
mapPose_.translation() =
localPPK.pose.translation() * radio +
......
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