Fix bounding box calculation of voxel grid#6427
Fix bounding box calculation of voxel grid#6427sumir0 wants to merge 2 commits intoPointCloudLibrary:masterfrom
Conversation
* Fix calculation of upper bounds of a bounding box in the voxel grid * Fix documentation of `getMaxBoxCoordinates` functions in voxel grid Signed-off-by: Ramir Sultanov <sumir0@proton.me>
Signed-off-by: Ramir Sultanov <sumir0@proton.me>
|
Basically, |
I think that is why Also, there is a segmentation fault when running |
The results of filtering should be the same as before except for one thing. There is a function I believe this PR will change the results of that function. I am not sure about Probably, the explanation would have been better if I had made a picture. I am apologizing for that, I am a little bit short of time today.
Of course, I am pleased to help. I will investigate it tomorrow if there will be no updates. |
|
I have just noticed that with corner cases the results will not be the same. But if this PR does indeed fix the |
|
After giving it some more thought I believe the |
|
To be honest, I am not completely sure why a user would want/need to access Of course, either way, it is a good idea to improve the documentation of
Just to avoid a potential misunderstanding: there is a segfault due to the changes in this pull request. That is why most of the CI checks are currently failing. On the master branch, this segfault does not happen. |
getMaxBoxCoordinatesfunctions in voxel grid