This commit is contained in:
Tang1705
2020-05-24 23:15:27 +08:00
parent 5c923ee2d4
commit 5faeff5be1
50 changed files with 104666 additions and 4077 deletions

View File

@@ -13,7 +13,7 @@ class MyThread :
{
public:
MyThread();
~MyThread();
~MyThread(){};
void setPcd(QString str);
PointCloud<PointXYZRGB> getCloud();