Closed patripfr closed 4 years ago
Bug: PointCloudXYZL is saved as PointCloudXYZ
So far PointCloudXYZL was simply saved as PointCloudXYZ because the condition that checks for the label was never reached since another condition was fulfilled before
Fixed it by flipping the condition order
Test FAILed.
Test PASSed.
Bug: PointCloudXYZL is saved as PointCloudXYZ
So far PointCloudXYZL was simply saved as PointCloudXYZ because the condition that checks for the label was never reached since another condition was fulfilled before
Fixed it by flipping the condition order