Commit 8eda77f0 authored by wangdawei's avatar wangdawei

map dir

parent 7e43ac13
......@@ -518,6 +518,7 @@ void AdjustPPK::LoadMap()
string streamPath = outputDir + to_string(meshId) + ".stream";
if(!exists(streamPath)){
LOG(INFO) << "mesh compressing...: " << meshId;
Compress(meshInfo.pcdPathVec, streamPath);
LOG(INFO) << "mesh compressed: " << meshId;
}else{
......
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