Bot Field
Bot Field
  • Видео 5
  • Просмотров 21 821
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.
Просмотров: 3 778

Видео

Wavefront And Dijkstra | Path Planning
Просмотров 3,7 тыс.3 года назад
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
Просмотров 5 тыс.3 года назад
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 тыс.3 года назад
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
Просмотров 2974 года назад
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.

Комментарии

  • @CreatronixDE
    @CreatronixDE 4 месяца назад

    🦾

  • @fernandoalgarin7017
    @fernandoalgarin7017 8 месяцев назад

    Awesome explanation and app developed!

  • @jameslightforce6194
    @jameslightforce6194 9 месяцев назад

    What happened to this channel?

    • @botfield2530
      @botfield2530 9 месяцев назад

      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 9 месяцев назад

      @@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 11 месяцев назад

    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 Год назад

    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

  • @SandeepSinghPlus
    @SandeepSinghPlus 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 2 года назад

    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 3 года назад

    great. thanks