Commit 9e1c72d0 authored by wangdawei's avatar wangdawei

test

parent 0b6c8da8
......@@ -272,6 +272,7 @@ bool AdjustPPK::ConfigMap(double timestamp)
while(!ppkPeriodVec_.at(periodIndex_).InPeriod(timestamp)){
periodIndex_++;
if(periodIndex_ >= ppkPeriodVec_.size()){
periodIndex_ = 0;
return false;
}
LOG(INFO) << "next period " << periodIndex_;
......
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