Commit c15598ff authored by wangdawei's avatar wangdawei

test

parent f9e0b3c0
......@@ -510,8 +510,8 @@ bool AdjustPPK::LoadMesh(const string &streamPath, boost::shared_ptr<VoxelMapMat
VoxelMapMatcherOption option;
option.option.filter_resolution = 1.2;
option.option.cloud_range = 80;
option.fast_option.accepted_score = 0.4;
option.fast_option.accepted_low_score = 0.5;
option.fast_option.accepted_score = 0.3;
option.fast_option.accepted_low_score = 0.4;
matcher.reset(new VoxelMapMatcher(option));
matcher->SetMapPath(streamPath);
return true;
......
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