Path planning basics

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

Комментарии • 9

  • @csasdwwewadwa9467
    @csasdwwewadwa9467 3 года назад

    This is really easy to understand, it saved me from hours of searching for understandable pathfinding bot tutorial.

  • @zk-mc
    @zk-mc 8 месяцев назад

    Great. Thank you

  • @rajendrasiyag5306
    @rajendrasiyag5306 3 года назад +1

    Very helpful and basic

  • @josecarlosortizhernandez8870
    @josecarlosortizhernandez8870 2 года назад

    Thanks for the video. Could you please recommended me a book, paper or text where you researched this topic?

  • @hadjer168
    @hadjer168 3 года назад

    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

    • @SamWane
      @SamWane  3 года назад +2

      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

    • @abbassiziad1379
      @abbassiziad1379 2 года назад +1

      @@SamWane could you tell me this algorithm name please? 🙏🙏🙏🙏❤️❤️❤️

    • @SamWane
      @SamWane  2 года назад +1

      This is also known as the Grassfire algorithm