mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 13:18:18 -05:00
* fix bugs in check a position inside the polygon It is possible that the position `(iox, ioy)` to be checked with `iox == min_x`. This will cause a incorrect inside check. * add a boundary condition for gridmap