Create a Closed Loop System with a Publisher and a Subscriber - ROS2 Tutorial 9

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 9

  • @RoboticsBackEnd
    @RoboticsBackEnd  Před rokem

    Thank you for watching!
    🔥 To go further with ROS2, check out this complete and step-by-step ROS2 course
    👉 rbcknd.com/ros2-for-beginners

  • @Die08God
    @Die08God Před 2 lety

    Can't wait for the next episode! Thank you!

  • @GM-sn2vg
    @GM-sn2vg Před 2 lety +1

    Hi, do you have any video using a 6DOF robotic arm on ROS2?

  • @Juleismaster
    @Juleismaster Před 11 měsíci

    I have a question, when I create a publisher, when I have to create a timer too and when is not necessary?

    • @RoboticsBackEnd
      @RoboticsBackEnd  Před 11 měsíci

      If you want to publish at a fixed rate, and want to use ROS2 callbacks, then use a timer.
      If you want to handle the code by yourself with a loop in a detached thread, then no timer

  • @parthsarwade1333
    @parthsarwade1333 Před rokem

    Hey. At 13:11 i tried running the command ros2 run my_robot_controller but the python file turtle_controller isnt visible to me when i press tab. Whn i type it shows no such executable found. Can you tell what I should do

  • @twincatemy8997
    @twincatemy8997 Před rokem

    Hi thanks for the great content. I forgot to add a comma between node installation lines on my setup.py and ran 'colcon build --symlink-install' and now I'm in all sorts of trouble. Any tips on how to recover from that?
    I tried correcting it and running colcon build again but it isnt working. Merci!

    • @RoboticsBackEnd
      @RoboticsBackEnd  Před rokem +2

      Usually the best solution in this case is to just remove entirely the install/ and build/ folder, then run "colcon build" again :)