Commit 1dac6758 authored by limingbo's avatar limingbo

test filterByPosition

parent 50cc88e1
...@@ -222,9 +222,9 @@ void filterByPosition( ...@@ -222,9 +222,9 @@ void filterByPosition(
if(sqr_distance < Squared30){ if(sqr_distance < Squared30){
hitCnt++; hitCnt++;
} }
if(hitCnt / tarPeriodCloud.size() < 0.8){ }
aroundIndexVec.push_back(make_pair(tarRetIndex, tarPeriodIndex)); if(hitCnt / tarPeriodCloud.size() < 0.8){
} aroundIndexVec.push_back(make_pair(tarRetIndex, tarPeriodIndex));
} }
} }
} }
......
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