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
dubinsShotfunction in algorithm.cpp only check whether the nodeisTraversable, and it doesn't check if the nodeisOnGridor not, which may result to node out of map