mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04: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