The source project of this merge request has been removed.
Fix an error where node crashes due to an empty cloud cluster
If clustered cloud is empty, the call to clustered_cloud->front() will cause the node to crash. This happens in pole_extractor.cpp in the method PoleExtractorImpl::findPoles in line 34.
I've just added an if statement that checks if the point cloud is empty or not before calling that method.
Edited by Darren Tsai