Understanding Autonomous Navigation in ROS2: Mapping, Planning, and Execution

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

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

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

    Great video. I appreciate the balance you found between concise and informational.

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

    Great video as an introduction to autonomous navigation, very explicative and well detailed, thank you very much!

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

    Very very informative. Keep making these kind of videos Sir. Thanks

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

    This is for sure one of the best channel about ros.
    I really like you clean structure and you explanations.
    However it would be awesome, if there would be a section on how to implement an own nav2 stack including behaviour tree and how the behaviour tree corelate/communicate with the different servers (planner server etc.) with action server. Moreover how to swap or delete or add server.
    Have you any plans on this for the future?

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

      yes more details on nav2 is one the list .

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

    Thank you so much bro! do you have any plan for nav2 plugin add for other path planner or behavior tree lecture? It will be helpful a lot!

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

      Your welcome . Definitely it is on the list .

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

    Informative, thanks for Luqman. Do you plan to release repo for this implementation?

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

      Sure , it is added in description

  • @arjunmangal2572
    @arjunmangal2572 10 หลายเดือนก่อน

    Can you pls tell the colour description for ROS2 NAv2

    • @robotisim
      @robotisim  10 หลายเดือนก่อน

      ?

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

    Thank you sir,
    I have a question. If I have my predefined map as a dwg file, do you think that if I use it it will make things easier or harder?

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

      Easier, convert it to png and easily load it

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

    Sir, i need to compare some path planners in ros2 humble using my custom robot (simulation). How can i do it? can i use turtlebot packages and nav2 stack in doing so? Can you help me please

    • @robotisim
      @robotisim  7 หลายเดือนก่อน

      Nav2 stack tinkering directly would be hard
      if you can write your own
      - Publish dummy occupancy grid data -> subscribe grid data -> apply path planning algos and compare

    • @achayantearadhakan7221
      @achayantearadhakan7221 7 หลายเดือนก่อน

      @@robotisim I am new to ros, i don't know much about it. 😢