Bot Field
Bot Field
  • 5
  • 20 952
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.
zhlédnutí: 3 639

Video

Wavefront And Dijkstra | Path Planning
zhlédnutí 3,6KPřed 3 lety
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
zhlédnutí 5KPřed 3 lety
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
zhlédnutí 8KPřed 3 lety
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
zhlédnutí 283Před 3 lety
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.

Komentáře

  • @CreatronixDE
    @CreatronixDE Před 2 měsíci

    🦾

  • @fernandoalgarin7017
    @fernandoalgarin7017 Před 6 měsíci

    Awesome explanation and app developed!

  • @jameslightforce6194
    @jameslightforce6194 Před 7 měsíci

    What happened to this channel?

    • @botfield2530
      @botfield2530 Před 7 měsíci

      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 Před 7 měsíci

      @@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?

  • @whoopeedoopee251
    @whoopeedoopee251 Před 9 měsíci

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

  • @TheKasz21
    @TheKasz21 Před rokem

    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 Před rokem

    The best video about Particle Filters, thank you so much

  • @zgn5264
    @zgn5264 Před rokem

    WOW!

  • @leorain6980
    @leorain6980 Před 2 lety

    Terrific!

  • @mrkirby5250
    @mrkirby5250 Před 2 lety

    Very cool

  • @natonion1154
    @natonion1154 Před 2 lety

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

  • @godwinikape8888
    @godwinikape8888 Před 2 lety

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

  • @vaughnmonkey
    @vaughnmonkey Před 2 lety

    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

  • @SandeepSinghPlus
    @SandeepSinghPlus Před 2 lety

    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 Před 2 lety

    great

  • @chasihler
    @chasihler Před 2 lety

    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 Před 2 lety

    Very helpful video. Thank you very much

  • @serhatyars8770
    @serhatyars8770 Před 3 lety

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

  • @vijaysidharths8055
    @vijaysidharths8055 Před 3 lety

    Excellent!

  • @Victor_Dias_
    @Victor_Dias_ Před 3 lety

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

  • @TomVandenBon
    @TomVandenBon Před 3 lety

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

    • @botfield2530
      @botfield2530 Před 3 lety

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

  • @paugasolina5048
    @paugasolina5048 Před 3 lety

    damn bra u smart as fuk

  • @paugasolina5048
    @paugasolina5048 Před 3 lety

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

  • @acy9901234
    @acy9901234 Před 3 lety

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

  • @samerboukaram2077
    @samerboukaram2077 Před 3 lety

    Great video...

  • @madushaperera8115
    @madushaperera8115 Před 3 lety

    great. thanks