[ROS Q&A] 049 - How to navigate while avoiding obstacles

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

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

  • @kartikpujar4527
    @kartikpujar4527 3 года назад +1

    what if the obstacle was in the environment and not in the map created using gmapping package. how to avoid obstacles in this scenario.

  • @abderrahmanesebaa7638
    @abderrahmanesebaa7638 4 года назад +1

    Hello, thank you so much for the tutorials. they are very helpful. I have a question that I hope you can answer. How can I give the robot a destination point to go to using code instead of rviz gui ? Is there a specific message type for the coordinates that I should publish in a specific topic so that the robot can use these packages to get there ?

  • @techxplorerxxx
    @techxplorerxxx 3 года назад +1

    what if a new obstacle is added to the map while moving towards the goal??Can we avoid that obstacle and move to the nav goal?

  • @SimbawaveEDI
    @SimbawaveEDI 6 лет назад +2

    thanks for showing me about how easy to use ros and gmapping, rbase, and localization. previously i didn't get it all.
    at least now i'm confident to build my own bot using ros.
    just wondering, if the map is created by 1 bot, and later the map is saved as 2 files, how if i copy those 2 files map and paste those files to other robot?
    will the next robot have the same map like the first robot?

    • @TheConstruct
      @TheConstruct  6 лет назад

      Yes you can do that and then the second robot will be able to navigate using the first robot map.

    • @SimbawaveEDI
      @SimbawaveEDI 6 лет назад

      wow... thanks for this very fast reply. this is very motivating me

  • @moazalhady7895
    @moazalhady7895 5 лет назад +6

    thank you very much it was helpful video but how can i avoid obstacles without a creating a map ?????

    • @krishnachaitanyadon
      @krishnachaitanyadon 4 года назад

      You gotta run the localization node and set the 2D nav point in rviz. It should automatically avoid obstacles. AFAIK.

  • @kushanav
    @kushanav 6 лет назад

    hi , thank you very much for the tutorial! I am trying to add a new RobotModel and LaserScan but cant seem to locate the add remove buttons in the Rviz editor in your remote ROS env. Can you please help?

    • @TheConstruct
      @TheConstruct  6 лет назад

      Do a double click on the title bar of Rviz. You will see then that the Rviz accommodates to occupy the whole screen and shows all the buttons you mention. Let us know if that works for you