Commit 61446c99 authored by wangdawei's avatar wangdawei

test

parent f040eae6
Pipeline #1531 canceled with stages
......@@ -164,7 +164,7 @@ void AdjustPPK::LoadMapInfo()
if(meshVec_.find(meshId) == meshVec_.end()){
MashMap meshMap;
meshMap.pcdPathVec.push_back(pcd_iter->path().string());
meshVec_.insert(make_pair(ulong(stoi(meshId)), meshMap));
meshVec_.insert(make_pair(meshId, meshMap));
}else{
meshVec_.at(meshId).pcdPathVec.push_back(pcd_iter->path().string());
}
......
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