refine detail

This commit is contained in:
Tang1705
2020-06-06 15:20:15 +08:00
parent db133123df
commit 72243b1d5d
3 changed files with 16 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ void YourThread::run()
auto pclData = PointCloudData::getInstance(*cloud);
pclData->setCloud(*cloud);
// cout << "over" << "\n";
}
void YourThread::setPath(string pathArg)