Create and Set Up a ROS2 Workspace - ROS2 Tutorial 3

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

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

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

    Thank you for watching!
    🔥 To go further with ROS2, check out this complete and step-by-step ROS2 course
    👉 rbcknd.com/ros2-for-beginners

  • @erniea5843
    @erniea5843 5 месяцев назад

    These videos are a lifesaver! I bought your course just to support the channel. Keep up the good work.

  • @AnasHawasli
    @AnasHawasli 6 месяцев назад

    Dude you are a very good teacher thank you so much for all the content

  • @ehabquran
    @ehabquran 8 месяцев назад

    Hi, I'm newbie :)
    is there an auto complete for ros2 as well?

  • @ehabquran
    @ehabquran 8 месяцев назад

    regarding my previous question (s there an auto complete for ros2 as well?); I've set ros environment/work-space using conda since i've installed it on an m1 mac?

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

    very good, thank you for your tutorials, lessons
    what program do you use for split terminal??

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

    Really helpful tutorial....🖤

  • @EkfriedKinzoun-ik7td
    @EkfriedKinzoun-ik7td 6 месяцев назад +1

    what terminal are you use ?

  • @federicoosti2795
    @federicoosti2795 11 месяцев назад

    Hi!
    That's an awesome tutorial series. However I have created multiple workspaces, but as I have deleted them, when I open a new terminal an error shows that the local_setup.bash was not found. How do I properly delete a workspace folder? Thank you very much!

    • @RoboticsBackEnd
      @RoboticsBackEnd  11 месяцев назад

      Make sure that you also remove the line to source the workspace in the .bashrc :)

    • @fnhm_
      @fnhm_ 4 месяца назад

      @@RoboticsBackEnd Why howewer we need to add these lines for custom ros nodes while the nodes in turtle package can work without it?

  • @adebayoafeez6216
    @adebayoafeez6216 2 месяца назад

    Hi, if i want to create a new workspace, do i need to source all my setup.bash for my different workspaces in the same bashrc?

    • @RoboticsBackEnd
      @RoboticsBackEnd  2 месяца назад

      Best is to only source one workspace at a time (I have a video on that, you can search for it)

    • @adebayoafeez6216
      @adebayoafeez6216 2 месяца назад

      ​@@RoboticsBackEndthank you

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

    how do you split terminal like that :D

    • @kin_1997
      @kin_1997 Год назад +3

      nvm its Terminator tool

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

    It says unable to locate python3 -colcon-common-extensions
    What should I do ?

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

      Make sure you wrote the line correctly, could be a typo. If not, then make sure you have an internet connection from the machine where you run the line.

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

    yesterday i purchage your same course from udemy but i got error and my debited 🥺

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

      Thanks! If you have any issue with payment for the course, please reach out to Udemy support. As an instructor I have zero control over this.

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

    bash: /opt/ros/humble/setup.bash: No such file or directory
    I'm getting this error
    anyone please help

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

      Make sure you have this exact line:
      source /opt/ros/humble/setup.bash
      And redo the installation steps before, maybe the installation was not done correctly

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

      @@RoboticsBackEndI am facing a trouble. When I type source .bashrc it is saying no such file or directory. Any solution??

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

      @@SarkarAniruddha make sure you are in root folder when you run only 'source .bashrc'. otherwise use from any folder in terminal: 'source ~/.bashrc'.

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

      @@ammaarkhan1856hey thanks for the reply! I fixed the issue sometimes ago. Thanks a lot again!

    • @tuanphammanh7122
      @tuanphammanh7122 9 месяцев назад +1

      @@SarkarAniruddha I still have it how you solve it man?