10 things you need to know about ROS! | Getting Ready to Build Robots with ROS #4

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

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

  • @ThomasBurns
    @ThomasBurns 10 месяцев назад +9

    This is an excellent presentation of ROS for those of us trying to learn it. Thank you!

  • @mogamadtromp9374
    @mogamadtromp9374 2 года назад +45

    This is by far the best ROS training video for beginners that I came across. You are making everything so clear and I have a better understanding of ROS now. Thanks for all the effort you have put into the preparation of this series. You are absolutly amazing!!!!

  • @danielwang5366
    @danielwang5366 Год назад +7

    As a freshman college student who's trying to learn ROS2, these videos are wonderful! Thank you so much for creating these!!

  • @DL-yu8jg
    @DL-yu8jg Год назад +1

    I'm just having myself jump into the world of ROS and found this video golden... thank you for the great content!

  • @benservey9295
    @benservey9295 Год назад

    It's already been said so many times, but these videos are by far the best tutorials about ROS on the web. I had no clue about ROS, but these videos make it obvious why ROS is so powerful. Thank you so much.

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

    I'm a college student majoring in Electrical Engineering. Recently I try to learn about ROS2. And I found your channel, the series of videos helps a lot.

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

    Since my setup doesn't involve real robots, I always stop myself from going forward learning about services, remapping, launch files etc., I found this video very helpful. Thanks.

  • @arashvermahmood7961
    @arashvermahmood7961 Год назад +1

    Thank you Articulated Robotics. I am very thankful to have found this channel, coming from networking and IT background.

    • @ArticulatedRobotics
      @ArticulatedRobotics  Год назад

      Thanks! That's an audience I'd love to have - people who already have a lot of the other background experience but want to apply it to robotics! Good luck!

  • @jamesmurphy8052
    @jamesmurphy8052 2 года назад +2

    These videos are absolute gold for a ROS beginner. Thanks for putting so much effort into making them clear. Great work!

  • @fahedriachi
    @fahedriachi 2 года назад +2

    I have discovered your channel yesterday, and I am so grateful for that, cant wait for new videos to come up. Thank you for the great content, and super clear, on-the-point info, along with so many live examples...🙏

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

    Thanks for this video - very nice intro to ROS2 with cool examples

  • @Frostbyte-Game-Studio
    @Frostbyte-Game-Studio Год назад

    your tutorials are consistent in the concepts and topics ... really appreciate your work

  • @chocsise
    @chocsise 11 месяцев назад

    Josh, thanks for publishing such informative material on these topics. I’ve subscribed!

  • @junaidamin2412
    @junaidamin2412 Год назад

    Very nice done. And clearly explained all basic concepts. Just started learning ROS a couple weeks ago using the blog, this helps a lot in putting things into perspective

  • @kproh68
    @kproh68 Год назад

    It's awesome content even though I'm a beginner in ROS. Thanks for your excellent work!

  • @atanaskolev9386
    @atanaskolev9386 Год назад

    Best ROS video, thank you so much!

  • @markhannibal5434
    @markhannibal5434 Год назад

    Thank you for the video . Well explained.

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

    Very helpful! annoying ROS 1 wont update but I am almost ready to build my robot

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

    very helpful, this answered many questions I had. thanks

  • @lep1os127
    @lep1os127 5 месяцев назад

    Best ROS video !!

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

    Ros was looking like cancer before you, best tutorial on Ros. Thank you so much

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

    Excellent Aussie 😊

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

    great content! Keep it coming.

  • @AhmedElsayed-rf9sw
    @AhmedElsayed-rf9sw 3 года назад

    thanks for these videos keep going!

  • @aswath6500
    @aswath6500 Год назад

    still a great set of tutorial for beginners in 2023

  • @earthrelated
    @earthrelated Год назад

    You are awsome dude

  • @amoljamble2498
    @amoljamble2498 Год назад

    great content. what if multiple robots are connected to the network and publishing the data over same topic for example scan. how it will know which one is to process .

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

    Thank you so much for such a clear explanation for beginners. Can you suggest some interesting projects/github resources for beginners/intermediates without the need of hardware to learn ROS2 and their applications ? @Articulated Robotics

  • @Bussi1112
    @Bussi1112 Год назад

    Hi very good content, thank you for updating but I have a issue in motion planning in moveit , how to add an obstacle from file mesh from file, if possible do a video on this

  • @roboticsguyy
    @roboticsguyy Год назад +1

    Bro PLEASE what is your patreon or paypal!? I don't feel right getting such awesome quality content for free

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

    Thanks for your video. It’s very helpful.
    But, you can make a video about rasberry and arduino with ros ?

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

      Thanks, I'm glad it was helpful! I do have plans for a Rapberry Pi/Arduino/ROS combination video, however it is a bit of a ways off (early next year hopefully).

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

    I am wondering if there is a reason you didnt (yet?) introduce ros actions? It is interesting observation for me that almost all content on the internet covers topics and services when introducing ros, but not actions streight away, yet to my understanding (basic) it is so important and heavily used in almost any robot that needs time to do stuff, and could help a beginner know WHEN/WHY each mode of communication should be used. Thank you again for the already super awesome content🙏

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

      Great question! There are a few reasons - both why I haven't, and why other tutorials haven't.
      In ROS 1, Actions weren't part of the core communications, they were in a separate library (actionlib), and so weren't naturally a part of any "core ROS tutorials".
      In ROS 2, this functionality has been brought in to the core libraries, but I suspect many people (including myself) still don't quite think of it this way. Also, while the main concept of actions is still pretty simple, I think it would take a bit more effort to explain them well (compared to topics and services). And I didn't have a quick, easy example to demonstrate with.
      You're right though, they should have ranked at least a mention, and a comparison of when/why to use topics/services/actions is a great idea - I'll add it to my (long) list of future video topics :)

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

      Thanks Josh for the 'articulated' answer, it is very clear now, and finally this makes sense! Long live the long list of the videos to come, cant wait! :)

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

    Humble tester here :) I hit my first real issue with my LDS-01 Lidar from Robotis. The ros dirver package does not seem to work on humble yet. I am curious how quickly robotis support address the issue. Looks like I will have to try a Foxy on 20.04 build to see if i can get a working system before I start pokeing into the issue.

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

      Sorted out the Lidar driver issue and submitted fix upstream with a branch request for humble.

    • @ArticulatedRobotics
      @ArticulatedRobotics  2 года назад +2

      Nice one!

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

    Please help me understand how this is different from mqtt/node-red?

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

      Yeah great question. (Note I have very limited experience with both of these).
      I suppose MQTT is comparable to the messaging portion of ROS in functionality, although the actual protocols differ a fair bit. However ROS is much more than just the messaging system, it is the libraries, tools, algorithms, visualisations, simulator etc. that are specifically designed for common robotics tasks.
      Node red is more like a simplified visual programming language designed for simple event triggering, and not really suitable for anything but the simplest robotics projects.
      Ultimately, both of those frameworks have IoT in mind, which shares some similarity with robotics but also has many differences which certainly warrants different software platforms.
      I hope that helps!

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

      @@ArticulatedRobotics thanks, I appreciate the feedback! Ive learned quite a bit from your video series / channel thus far so thats helped and am looking for more resources.
      My issue is that I have a rather unique robotics project and have been 'cobbling together' the ecosystem / tools myself & have only just discovered ROS. I will have to look more into it to see if its appropriate; I mean it has to be right?!
      PS. My 'unique project' at the moment is a Knight Rider KITT replica & was thinking ROS may be the solution. Yes, an actual pontiac trans am.
      PPS. You sound like a fellow Aussie, hope Im not being rude?

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

      Thanks! And cool project! As far as the value of ROS to a project like that, I guess it depends exactly what you're going for (and also where your programming skills are at).
      Most robotics projects are a fusion of: sensing (e.g. cameras), perception (e.g. figuring out where obstacles or goals are), planning (how to reach the goal/avoid the obstacle), and control (sending signals to motors etc). ROS provides tools to help with all of these things and avoid rewriting common algorithms. This is applicable to things like autonomous vehicles, or robotic arms.
      For your project though, nothing is really "autonomous" or relying on these standard algorithms. You're probably going to have various inputs that trigger an "event" and then that sets off a chain of behaviours (lights, sounds, movements, etc). You won't have that kind of closed-loop feedback control, autonomous decisions, or remote operation that robots have. And so something like MQTT or Node-Red might just be more straightforward (especially if you're an inexperienced programmer).
      That being said even if ROS is a "heavy" framework, it could still offer some advantages. E.g. if you want to rig up a joystick to control some things, that's not TOO hard to do with Python and send some MQTT messages, but ROS has some drivers and stuff to make that even easier, and also to troubleshoot it. Then if you wanted you could make the 3D models etc and visualise it in RViz or even simulate it in Gazebo (which will take a bit of work to implement all your bits but would be cool and good for testing).
      To be honest, if it was me and I wasn't already in the "ROS world" I'd probably do it in straight Python and code up any tools/visualisations I specifically needed along the way, but it may also be a great opportunity for you to learn a powerful system that you can use for even more complex projects in the future (or just get some ideas) :)
      And yep - always nice to meet a fellow Aussie!

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

      @@ArticulatedRobotics really appreciate the advice and conversation; this may have been the extra info I was looking for. Mu background is electrical engineering & electronics as well as manufacturing tech; been programming ASM/CUPL/LADDER as part of jobs after, Linux user for over a decade, etc. and yeah it looks like I may stay with mqtt/node etc but THANKS HEAPS for the insight. I may not use ROS for this project but youve opened my eyes to other robot projects I am completing!! Cheers.

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

      @@CaptZenPetabyte Nice, good luck with it!

  • @macknightxu2199
    @macknightxu2199 Год назад

    nice

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

    Do you have time for one on one lessons? I’m building a bot that needs to be able to detect a surface edge (such a table) and navigate within the area accurately. Is this something you could help with? I understand if you would like me to pay for your time.

    • @ArticulatedRobotics
      @ArticulatedRobotics  Год назад +1

      Unfortunately not, with most of my time taken up at my engineering job, I want to use the little spare time I have to help as many people as possible.
      I wish you all the best with it though!

    • @anselmtuachi3298
      @anselmtuachi3298 Год назад

      Hi Max, how did your project go?....... I'm currently doing something similar now, i want to be able to get a robot to be able to detect all four corners of a truck parked on the highway. do you mind sharing knowledge or us working together, i'd reallly appreciate it

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

    👍

  • @8bit711
    @8bit711 Год назад +1

    I think the pi forgot its towel.

  • @Thefahmialias
    @Thefahmialias Год назад

    i cannot run ros2 run rplidar_ros rplidar_node command. it show Package 'rplidar_ros' not found. can you make video how to solve this. Thank you

    • @dustmang
      @dustmang Год назад

      It only works on raspberry pi's I think

  • @8bit711
    @8bit711 Год назад

    42.. I see that.

  • @ShmeegleSon
    @ShmeegleSon Год назад

    subebed

  • @user-y8byjawx
    @user-y8byjawx Год назад

    Well, the biggest thing in this video is that ROS, despite its name, is not an operation system. On my first encounter with ROS it took me some time to realize that, and it's an important fact in order to understand how ROS works.
    It's not stated anywhere out loud, and ROS name gives a false promise.

    • @ArticulatedRobotics
      @ArticulatedRobotics  Год назад

      Yes, it is a bit of a poor naming choice and can be a bit confusing for newcomers.
      I guess they want to encompass the idea that it's not just a library, or just some tools, or just a comms protocol - but then it's also not actually an OS either...