Bot Field
Bot Field
  • 5
  • 23 279
The Greedy Algorithm and A* | Path Planning
The most efficient and effective way to find a path is A* (A-Star). The Greedy algorithm uses some of the same principles but can end up with a significantly worse path. Why do these similar algorithms end up with such different results, and why are they so much more efficient than Dijkstra's algorithm? Take a look to find out.
Переглядів: 4 017

Відео

Wavefront And Dijkstra | Path Planning
Переглядів 3,9 тис.4 роки тому
Common non-heuristic based path finding algorithms, including Wavefront, Breadth-First Search, and Dijkstra's algorithm. Though not usually used on their own for finding single paths, these algorithms are easier to implement and provide basis for more efficient algorithms.
Occupancy Grids | Path Planning
Переглядів 6 тис.4 роки тому
Occupancy grids are essential in a robot's interaction with its environment and are widely used in robotics. Like many things, though, they have their disadvantages. In this video I'll tell you a bit about why and how they are used, and how they can be improved. And of course you'll get to meet Tango.
Particle Filters | Robot Localization
Переглядів 9 тис.4 роки тому
This is the first video in a series of videos about robot localization. In other words, finding the location of a robot in a map. This method works basically on its own, and I think that's why it's so cool to watch as it works. Interested in exploring it for yourself? The code and download is here: github.com/elstaknis/ParticleFilter The README (click the link above and scroll down) will let yo...
Welcome to Bot Field
Переглядів 3074 роки тому
We did that thing where we worked really hard for a few years to get a college degree. Now we're going to extract all the fun parts and teach them to you. The best part? You only need a middle school level of math to be able to understand most of our videos. So subscribe to learn about the cool things happening in robotics, math, and physics all around you.

КОМЕНТАРІ

  • @yashwakde8986
    @yashwakde8986 Місяць тому

    most easily understandable video

  • @CreatronixDE
    @CreatronixDE 6 місяців тому

    🦾

  • @fernandoalgarin7017
    @fernandoalgarin7017 10 місяців тому

    Awesome explanation and app developed!

  • @jameslightforce6194
    @jameslightforce6194 11 місяців тому

    What happened to this channel?

    • @botfield2530
      @botfield2530 11 місяців тому

      Making these videos took a lot of time, and my method for doing these animations was PowerPoint. Yes, PowerPoint. And yes, it was as terrible and time consuming as you would think. I was also in college at the time, and I just stopped having the time to do this. I may pick this channel back up at some point, but I would first need to learn an actual animation software or write my own

    • @jameslightforce6194
      @jameslightforce6194 11 місяців тому

      @@botfield2530 Ahh I see that is completely fair enough. Would’ve never guessed powerpoint from your videos… but anyways this is a great channel with very easy to understand videos! May I ask if you’re working in robotics now?

    • @ramarifai4122
      @ramarifai4122 Місяць тому

      @@botfield2530 I hope you do, because you have an amazing explantation style :) Also, respect for using ppt that must have been hard

  • @whoopeedoopee251
    @whoopeedoopee251 Рік тому

    Great explanation! This is one of the better explanation videos I've seen on particle filters so far!

  • @TheKasz21
    @TheKasz21 Рік тому

    2:27 It should be ascending order I think ;) Although for what I know Wavefront labels search space from the goal node and then it would truly be descending order :)

  • @LowMoneyStudy
    @LowMoneyStudy Рік тому

    The best video about Particle Filters, thank you so much

  • @zgn5264
    @zgn5264 2 роки тому

    WOW!

  • @leorain6980
    @leorain6980 2 роки тому

    Terrific!

  • @mrkirby5250
    @mrkirby5250 2 роки тому

    Very cool

  • @madeautonomous
    @madeautonomous 2 роки тому

    This is honestly one of the most easily understandable videos out there. Thanks!

  • @godwinikape8888
    @godwinikape8888 2 роки тому

    Your videos are short, interesting and easy to understand. Very helpful video. Well-done! 👍🏽

  • @vaughnmonkey
    @vaughnmonkey 2 роки тому

    amazing video you explained this so much better than my professor while also being fun and taking a 1/6th of the time he took

  • @Ayanshandseals
    @Ayanshandseals 2 роки тому

    Thanks for the video. Just a quick question: in video, at 3:16, you say "set the center of bell curve at simulated robot's reading". I was wondering if that should be "set the center of bell curve as real robot's sensor reading". That way weights of all the simulated robot's readings will be probabilities using same gaussian distribution centered at real robot's reading. Got confused about it!

  • @BMEPRAKULSHARMA
    @BMEPRAKULSHARMA 2 роки тому

    great

  • @chasihler
    @chasihler 2 роки тому

    Have you implemented an occupancy grid map? What did you store your map in? 2 dimensional array or? End up on an OS?

  • @Haav89
    @Haav89 3 роки тому

    Very helpful video. Thank you very much

  • @serhatyars8770
    @serhatyars8770 3 роки тому

    Thank you so much for your efforts. It gets more clear with the animations. 🔔

  • @vijaysidharths8055
    @vijaysidharths8055 3 роки тому

    Excellent!

  • @Victor_Dias_
    @Victor_Dias_ 3 роки тому

    thank you for the explanation!! you really helped me!!

  • @TomVandenBon
    @TomVandenBon 3 роки тому

    Awesome video, more of this please! Also, code link seems dead

    • @botfield2530
      @botfield2530 3 роки тому

      Thanks! Hopefully I’ll have time to make some more videos soon. In the meantime, code link should be fixed!

  • @paugasolina5048
    @paugasolina5048 3 роки тому

    damn bra u smart as fuk

  • @paugasolina5048
    @paugasolina5048 3 роки тому

    cool. note sure if you are a female or a kid :)

  • @acy9901234
    @acy9901234 3 роки тому

    really good video. can't wait for the next videos

  • @samerboukaram2077
    @samerboukaram2077 3 роки тому

    Great video...

  • @madushaperera8115
    @madushaperera8115 4 роки тому

    great. thanks