Commit 61446c99 authored by wangdawei's avatar wangdawei

test

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