You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I guess this function may be modified from other uses. It can search KNN between 2 pointClouds if using 2 different arguments. Since in this code, pointCloud is construct using all scans from Bag, if the transform is correct (between scans), points in different scans from the same region should coincide. As a results, they added "++k" in this function. But I think ++k is not necessary.
hello,why lidarOdomKNNError pass the same argument?
float Aligner::lidarOdomKNNError(const Lidar& lidar) const {
Pointcloud pointcloud;
lidar.getCombinedPointcloud(&pointcloud);
return lidarOdomKNNError(pointcloud, pointcloud);
}
The text was updated successfully, but these errors were encountered: