You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 mapThe text was updated successfully, but these errors were encountered: