Commit b78a4480 authored by wangdawei's avatar wangdawei

test

parent 2230e6e9
......@@ -415,6 +415,9 @@ void AdjustPPK::Compress(const vector<string> &pcdPathVec,
void AdjustPPK::LoadMesh(const string &streamPath, MashMap &meshMap)
{
if(!boost::filesystem::exists(streamPath)){
return;
}
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