Hi Dear Author,
When compiling Robotic Library on Windows11 using GCC 14.2.0 and Cmake 4.0.2, I encountered a build error related to KdtreeBoundingBoxNearestNeighbors.h.
Analysis
I noticed that KdtreeBoundingBoxNearestNeighbors seems to refer to something undefined — possibly a missing var or template definition. However, KdtreeNearestNeighbors defines it properly.
Suggestions
Please check whether there’s a missing include or incorrect inheritance chain for KdtreeBoundingBoxNearestNeighbors.
Let me know if a patch or PR would be helpful — I’m happy to contribute.