Commit 67123fe6 authored by wangdawei's avatar wangdawei

test

parent c86b66b7
......@@ -428,8 +428,11 @@ void AdjustPPK::Compress(const vector<string> &pcdPathVec,
void AdjustPPK::LoadMesh(const string &streamPath, boost::shared_ptr<VoxelMapMatcher> &matcher)
{
if(!boost::filesystem::exists(streamPath)){
LOG(WARNING) << "streamPath not exists: " << streamPath;
return;
}
LOG(INFO) << "mesh to load: " << streamPath;
VoxelMapMatcherOption option;
option.option.filter_resolution = 0.5;
option.option.cloud_range = 80;
......
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