Skip to content

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

@zengletian1491

Description

@zengletian1491

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions