ROS TUTORIAL #2. INTERFACING ROS WITH ARDUINO.

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • In this tutorial you will find out how to configure Arduino to publish data on ROS over serial port.
    Music used in the video:
    «Dreams» from Bensound.com
    Happy Memory (loopable) by chilledmusic
    Link: filmmusic.io/s... filmmusic.io/s...
    Golden Age Of Computers by MusicLFiles
    Link: filmmusic.io/s...
    License: filmmusic.io/s...
    The Whispering Of The Sun by MusicLFiles
    Link: filmmusic.io/s...
    License: filmmusic.io/s...

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

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

    Дуже зрозуміло пояснюєте, дякую.

  • @keepfighting8402
    @keepfighting8402 Год назад +2

    Дякую за відео , все гарно пояснили

  • @ВладШевченко-ц7т
    @ВладШевченко-ц7т 2 года назад +2

    Thanks for the tutorial

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

    Hello Dear Roboage! Great tutorial for beginners. May you plz share URDF created from SolidWorks & how to launch it in ROS?

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

    Video good, thank you

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

    Amazing❤

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

    Very great tutorials! Thank you very much! I would like to ask what is better for ROS - Arduino or something different ? I'm interested in building automated production line for my company with robotic arms and automated machines.

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

      It depends of course on requirements of your project. Arduino doesn't have proper protection & shielding for using in industrial applications.

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

      @@roboage1027 Requirements is to carry metall cylinders from first zone put it into First machine then after take out into second zone. I think the arm like you made is capable to make this job. After this step we need one more robot arm to take cylinders from second zone, put it into furnace after burning take out from furnace (640 C) hot cylinders and put it into another machine and after take out and put it into the third zone.

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

      @@shillingv6289 Arduino is Ok, as long as you take care of it's protection from harsh industrial conditions like dust, dirt, electrical noise, overvoltage.

  • @andreasg.dpetersen4252
    @andreasg.dpetersen4252 Год назад

    For those of us, who does not have any experience yet with SolidWorks and just want to have a go at working with ROS2, can you share your urdf, launch, and meshes files to make it easier for us beginners to get going?

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

    👍👍

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

    I am confused about the code which sends transformation( goal & pose) to arduino and how arduino determines how much to rotate a given motor joint.
    If you can touch on this topic a little bit will be much appreciated. Thank you

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

      Arduino reads sensor data and publishes it over "orient" topic in ROS. The data in "orient" topic contains rotations over x,y and z axis of the sensor. And there is also node in ROS, which is subscribed to "orient" topic. This node converts received data to "tf" topic, which is then used by RVIZ to update visualisation. That is, rotation over each axis of the sensor is used to update orientation of certain link reletive to it's parent link.

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

    can i get a link of resources ?