Please can you tell me what's the difference between path planning and routing ? Cause in the 2 main problems we're looking for the shortest path, it's pretty confusing
Path planning is solving a simple route to avoid obstacles and get to the destination. A more complex solution can use the A* algorithm, where you could give preference to your route-avoiding mud patches (or toll roads). This is path planning in its simplest form
This is really easy to understand, it saved me from hours of searching for understandable pathfinding bot tutorial.
Great. Thank you
Very helpful and basic
Thanks for the video. Could you please recommended me a book, paper or text where you researched this topic?
Please can you tell me what's the difference between path planning and routing ? Cause in the 2 main problems we're looking for the shortest path, it's pretty confusing
Path planning is solving a simple route to avoid obstacles and get to the destination. A more complex solution can use the A* algorithm, where you could give preference to your route-avoiding mud patches (or toll roads). This is path planning in its simplest form
@@SamWane could you tell me this algorithm name please? 🙏🙏🙏🙏❤️❤️❤️
This is also known as the Grassfire algorithm