modify some logical bugs,add remove point function
This commit is contained in:
@@ -13,6 +13,9 @@ void MyThread::run()
|
||||
io::loadPCDFile(pcd, *cloudPtr);
|
||||
cloud = *cloudPtr;
|
||||
}
|
||||
|
||||
auto pclData = PointCloudData::getInstance(cloud);
|
||||
pclData->setCloud(cloud);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user