How to Build an Autonomous Robot Using LiDAR

Sdílet
Vložit
  • čas přidán 6. 06. 2024
  • OMNi is a friendly Dalek.
    Video is sponsored by: www.pcbway.com
    OMNi was developed in collaboration with EDM Studio: www.edmstudio.com
    GitHub repo: github.com/WillDonaldson/OMNi
    Explore the robot assembly here: a360.co/3sjGSAt
    Project write up: hackaday.io/project/181888-omni
    Support the creation of more content like this: www.buymeacoffee.com/WillDona...
    OMNi is a DIY open-source robotic platform built on the ROS2 framework. OMNi ultilizies a LiDAR scanner, interial measurement unit, and motor encoders to autonomously navigate indoor environments using a SLAM algorithm (Simulatenous Localization And Mapping).
    Components I frequently use:
    Arduino Uno: amzn.to/30WTweL
    Raspberry Pi: amzn.to/3qI5ouf
    Arduino Nano: amzn.to/3mwClIy
    Follow me:
    Instagram: / _willdonaldson_
    TikTok: / _willdonaldson_
    Website: www.willdonaldson.io
    GitHub: www.github.com/WillDonaldson
    Chapters:
    0:00 The Friendly Dalek
    0:38 Project Overview
    1:48 Robot Joyride
    2:47 SLAM!
    3:23 Autonomous Navigation
    4:08 Robot Teardown
    6:19 Sponsor
    6:49 More Destruction
    7:26 Knolling
    Disclaimer:
    Links in this description may be affiliate links. If you purchase a product or service through the links I provide I may receive a small commission. This helps support the channel and enables me to pursue bigger and better projects. Affiliate links include no additional charge to you.
  • Věda a technologie

Komentáře • 14

  • @PhG1961
    @PhG1961 Před rokem +1

    Waw, this is truely an amazing video, one of the best I've seen on CZcams... and believe me, I've seen many !

  • @WIZURAI-AGV
    @WIZURAI-AGV Před 5 měsíci

    Amazing work!

  • @Al-kz2cf
    @Al-kz2cf Před rokem +1

    That's amazing! You should try adding 4 cameras to get 360 footage like what Mark Rober did in his glitterbomb videos.

  • @mdandry
    @mdandry Před rokem

    Thanks for the video log. 🙌🏻
    I am building an omniwheel robot as well and what you’re doing is very helpful, thank you. I am amateur in this field and this is my 2nd wheeled robot. Would you ever be available to chat with about the projects?

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

    3:58 theres actually a minimum distance of data points setting in the hector slam launch file, so its a pretty simple fix

  • @adamsoileau4804
    @adamsoileau4804 Před rokem

    That’s super sick! Have you considered incorporating computer vision?

    • @WillDonaldson
      @WillDonaldson  Před rokem

      It is a feature I'm considering adding to the robot. It would resolve the LiDAR's planar field of view issue, but is computationally heavy. Alternatively, I might at add a different LiDAR sensor that generates a point cloud. Check back in on future videos to see what we go!

  • @constellations8572
    @constellations8572 Před 10 měsíci +1

    Amazing project! How did you get started in robotics and building? Any books or courses you recommend?

    • @WillDonaldson
      @WillDonaldson  Před 10 měsíci

      Got into it from watching too many scifi movies! There's a ton of great resources online (I mostly learnt online myself), if you want to take an academic approach one resource that stands out is MIT Opencourseware. You could do an entire degree for free. Lots of content, my personal favourite is the Underactuated Robotics course - it is fairly advanced (grad level), but I recommend everyone watch the first lecture in the series. It isn't super technical (and the math cna be ignored), it is super inspiring seeing what can be done.
      That all being said, I don't recommend the academic route often, I think it is best to find a project that inspires you (and will keep you motivated) and then learn what you need to along the way as you solve problems that arise

  • @tehtron
    @tehtron Před rokem

    Have you tried comma body?

  • @arjungk5357
    @arjungk5357 Před 4 měsíci

    Hey! Can I know how to set the minimum scanning distance of the lidar? It would be great if someone replies. Thank you in advance.

  • @taylan_arslan
    @taylan_arslan Před rokem

    Dude, ı am trying to do something similar for a competition but on a tighter budget... Good luck

  • @skywalker8568
    @skywalker8568 Před 8 měsíci +1

    hi sir can we get the code?