Open yslenjoy opened 2 years ago
The dubinsShot function in algorithm.cpp only check whether the node isTraversable, and it doesn't check if the node isOnGrid or not, which may result to node out of map
dubinsShot
isTraversable
isOnGrid
The
dubinsShot
function in algorithm.cpp only check whether the nodeisTraversable
, and it doesn't check if the nodeisOnGrid
or not, which may result to node out of map