Real-time tracking and visualization of mobile robot motion in ROS-Tutorial Link in Description

Поделиться
HTML-код
  • Опубликовано: 25 июн 2024
  • Here is an almost one-hour tutorial on how to implement from scratch a dead-reckoning method in Robot Operating System (ROS) and Python for tracking mobile robot's position and orientation (pose) and for displaying in real-time the robot pose in RViz visualization software. We explain how to write Python nodes from scratch on a host computer and how to implement algorithms in Arduino for reading encoder values and controlling motors. We use a small mobile robot prototype as a test case. Arduino sends encoder readings to the host PC via Bluetooth. The ROS node on the host PC implements a dead reckoning algorithm and computes a pose and a quaternion that are used to form an odometry object. The odometry object is broadcasted to RViz which displays the robot motion in real-time. All the developed codes are posted online on GitHub.
    RUclips Tutorial:
    • Dead Reckoning in ROS ...
    GitHub page:
    lnkd.in/gisfsHtX
  • ЖивотныеЖивотные

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

  • @aleksandarhaber
    @aleksandarhaber  3 дня назад +1

    It takes a significant amount of time and energy to create these free video tutorials. You can support my efforts in this way:
    - Buy me a Coffee: www.buymeacoffee.com/AleksandarHaber
    - PayPal: www.paypal.me/AleksandarHaber
    - Patreon: www.patreon.com/user?u=32080176&fan_landing=true
    - You Can also press the Thanks RUclips Dollar button

  • @aleksandarhaber
    @aleksandarhaber  3 дня назад

    RUclips Tutorial:
    ruclips.net/video/M8BlIjaz7pU/видео.html
    GitHub page:
    lnkd.in/gisfsHtX

  • @aleksandarhaber
    @aleksandarhaber  3 дня назад

    THIS COMMENT section is NOT a forum, where we provide free answers to your questions. All we can do is to provide these free tutorials. We cannot answer particular questions due to the lack of time and energy, and also, we do NOT provide free consultation.