sltk icon indicating copy to clipboard operation
sltk copied to clipboard

Errors may occur in line 484-487 of plyalign.cpp

Open zengletian1491 opened this issue 5 years ago • 0 comments

The code in line 484-487 of plyalign.cpp are listed in the following: PointCloudT::Ptr ref (new PointCloudT); ref->reserve(clouds[i]->points.size()); PointCloudT::Ptr dat (new PointCloudT); dat->reserve(clouds[i-1]->points.size()); However, I think "ref" and "dat" should exchange positions. Am I right?Thanks!

zengletian1491 avatar Apr 20 '20 10:04 zengletian1491