Commit a2e44cb1 authored by wangdawei's avatar wangdawei

test

parent ba754424
...@@ -413,7 +413,7 @@ void AdjustPPK::Compress(const vector<string> &pcdPathVec, ...@@ -413,7 +413,7 @@ void AdjustPPK::Compress(const vector<string> &pcdPathVec,
blockSerializer.configSerialization(); blockSerializer.configSerialization();
} }
void AdjustPPK::LoadMesh(const string &streamPath, boost::shared_ptr<VoxelMapMatcher> matcher) void AdjustPPK::LoadMesh(const string &streamPath, boost::shared_ptr<VoxelMapMatcher> &matcher)
{ {
if(!boost::filesystem::exists(streamPath)){ if(!boost::filesystem::exists(streamPath)){
return; return;
......
...@@ -77,7 +77,7 @@ private: ...@@ -77,7 +77,7 @@ private:
const string &streamPath); const string &streamPath);
void LoadMesh(const string &streamPath, void LoadMesh(const string &streamPath,
boost::shared_ptr<VoxelMapMatcher> matcher); boost::shared_ptr<VoxelMapMatcher> &matcher);
private: private:
string ieBaseDir_; string ieBaseDir_;
......
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