Commit cb06bb07 authored by limingbo's avatar limingbo

test

parent 53eabdcc
......@@ -316,7 +316,7 @@ vector<CloseTrajInfo> crossFilter(
ret.push_back(oneRet);
}
}
filterByPosition(ret, pointClouds);
// filterByPosition(ret, pointClouds);
for(size_t retIndex = 0; retIndex < ret.size(); retIndex++){
const auto& oneRet = ret.at(retIndex);
for(size_t periodIndex = 0; periodIndex < oneRet.periods.size(); 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