OctoMapSharp
OctoMapSharp copied to clipboard
A bug
in the GetBestFitChildNodeCentre function: float quarter = childSize / 4f
I think this should be / 2f,otherwise it will lead to RootNodeSize smaller than it actually is.