Commit 8f3d7a94 authored by wangdawei's avatar wangdawei

test

parent 4a00b6fc
...@@ -271,6 +271,7 @@ bool AdjustPPK::Undisort( ...@@ -271,6 +271,7 @@ bool AdjustPPK::Undisort(
} }
periodPose.emplace_back(pose); periodPose.emplace_back(pose);
} }
LOG(INFO) << "periodPose.size(): " << periodPose.size();
if(periodPose.size() < 2){ if(periodPose.size() < 2){
return false; return false;
} }
...@@ -299,7 +300,6 @@ bool AdjustPPK::Undisort( ...@@ -299,7 +300,6 @@ bool AdjustPPK::Undisort(
bool AdjustPPK::ConfigMap(double timestamp) bool AdjustPPK::ConfigMap(double timestamp)
{ {
int ret = ppkPeriodVec_.at(periodIndex_).InPeriod(timestamp); int ret = ppkPeriodVec_.at(periodIndex_).InPeriod(timestamp);
LOG(INFO) << "ConfigMap ret: " << ret;
if(-1 == ret){ if(-1 == ret){
return false; return false;
} }
......
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