ATMower ROS2 test running

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.ย. 2024

ความคิดเห็น • 13

  • @aboudezoa
    @aboudezoa 2 ปีที่แล้ว +3

    Understanding ROS is my biggest challenge and embarrassment 😅

  • @Flynn3778
    @Flynn3778 2 ปีที่แล้ว +1

    Using only ROS2, could you drive around the perimeter and then set a pattern to cut within it, returning to home? using RTK and odometry as well computer vision for obstacle avoidance?

    • @stepbystep-robotics6881
      @stepbystep-robotics6881  2 ปีที่แล้ว +2

      Yep, all your mentioned is possible by ROS2, we need to add more code to do such things.
      Sorry I didn’t explain much on what I did in here.

    • @Flynn3778
      @Flynn3778 2 ปีที่แล้ว

      @@stepbystep-robotics6881 Your videos are some of the best out there. Informative and also fun to watch.

  • @maheshpatel2005
    @maheshpatel2005 2 ปีที่แล้ว +1

    Thats great..what did you use for position tracking?

  • @세연-u5u
    @세연-u5u 2 ปีที่แล้ว +1

    Cool, how did you communicate with the robot outdoors? Wifi ?

  • @ecp5758
    @ecp5758 8 หลายเดือนก่อน

    Do you have atutorial for this?

    • @stepbystep-robotics6881
      @stepbystep-robotics6881  8 หลายเดือนก่อน

      Hi, now there is no tutorial yet, but I am planning to make it.

  • @O_A_Koroleva
    @O_A_Koroleva ปีที่แล้ว

    Good day. You build robot or not?

  • @dgb5820
    @dgb5820 ปีที่แล้ว

    But this is Mission planner not ROS2

    • @stepbystep-robotics6881
      @stepbystep-robotics6881  ปีที่แล้ว +1

      First, this is APMPlanner2 not Mission Planner. The planner itself has nothing to do with navigation algorithms, it is used for displaying robot location only. If you know how MAVLink works it could be used for anything for planner application.
      My GPS navigation is developed on ROS2, and it has ROS to MAVLink converter, so it can work as you can see on video.
      I am not using Ardupilot or PX4 hardware or software everything is running on Jetson nano with ROS2.