Step-by-Step Guide to Setting Up and Building Packages and Workspaces in ROS2 | ROS_Basics EP.4

Поділитися
Вставка
  • Опубліковано 2 жов 2024

КОМЕНТАРІ • 31

  • @derintekin7204
    @derintekin7204 7 місяців тому

    So helpful! Thank you for these videos!

  • @reynhardtrademan2551
    @reynhardtrademan2551 Рік тому +2

    Thanks a lot for these videos! Please continue to make more, it is extremely insightful. I will be working on a ROS project on a Nvidia Jetson board.

  • @finfan2112
    @finfan2112 Рік тому +1

    Hey I really like the videos and how simply you describe everything. I’m trying to build a 6 DOF arm with an Arduino and Jetson Nano. Will ROS be beneficial for this? Do you have any other materials or helpful videos that I could look in to?

  • @izurzuhri
    @izurzuhri Рік тому

    very helpful thanks mate

  • @gyanjyotibrahma7478
    @gyanjyotibrahma7478 Місяць тому

    Getting cmake error everytime I git clone any repository… how do I solve it

  • @hiteshranga9738
    @hiteshranga9738 Рік тому +2

    Need next part

  • @AbdelfattahMostafa
    @AbdelfattahMostafa Рік тому +1

    thanks man, great videos for getting started.
    by the way, I am using Ubunto on WLS, so the gedit.bashrc would not open, anywork around that?
    Waiting for the next videos

    • @roboticsinanutshell
      @roboticsinanutshell  Рік тому

      You can use 'nano ~/.bashrc'. or directly add any lines to bashrc by using the command 'echo "source ~/test_ws/install/setup.bash" >> ~/.bashrc'

  • @gk7yt
    @gk7yt Рік тому +2

    Bro when is this the next video coming??

  • @FE_E_41_AdarshPandey
    @FE_E_41_AdarshPandey 11 місяців тому

    Thanks bro

  • @mohammadshahil9458
    @mohammadshahil9458 Рік тому +2

    Need more videos my brotherr

  • @girijagolla3663
    @girijagolla3663 5 місяців тому

    humble-devel - fatal: remote branch humble not found in upstream origin. What should I do sir ? Please tell me

  • @bgowtham217
    @bgowtham217 10 місяців тому

    What is the colcon_cd how it works?

  • @iamshakeelsindho
    @iamshakeelsindho 4 місяці тому

    Hey, everyone the solution to the cloning error, is that, the author might've changed the branch's name. So, all you need to do is... git clone .... -b humble (don't write devel). That's it.

  • @JessGlez
    @JessGlez Рік тому

    Thanks for sharing your videos, I'm watching from Mexico, actually I can't run the codes like you show in your video, I hope you can help me to find my error.
    I'm using ROS Iron, When I use the command colon build --symlink-install after clone the ros tutorial folder, it throw the following error:
    CMake Error at CMakeLists.txt:4 (find_package):
    By not providing "Findcatkin.cmake" in CMAKE_MODULE_PATH this project has
    asked CMake to find a package configuration file provided by "catkin", but
    CMake did not find one.
    Could not find a package configuration file provided by "catkin" with any
    of the following names:
    catkinConfig.cmake
    catkin-config.cmake
    Do you know what can I do? I find many solutions in internet but anyone work
    Regards

    • @JessGlez
      @JessGlez Рік тому

      I solved was an error in the files that I clone for git, thanks for your videos

    • @jatingupta7725
      @jatingupta7725 11 місяців тому +1

      what was the error, I am also getting the same??
      @@JessGlez

    • @aayushsrivastava7015
      @aayushsrivastava7015 8 місяців тому

      @@JessGlez Hey Jess could you please brief us more about the error. Thanks in Advance.

  • @artemsazonov9230
    @artemsazonov9230 8 місяців тому

    Thank you very much for your job
    unfortunately, following your example I have the error when I'm trying to build clonned packeges:
    CMake Error at CMakeLists.txt:4 (find_package):
    By not providing "Findcatkin.cmake" in CMAKE_MODULE_PATH this project has
    asked CMake to find a package configuration file provided by "catkin", but
    CMake did not find one.
    Could not find a package configuration file provided by "catkin" with any
    of the following names:
    catkinConfig.cmake
    catkin-config.cmake
    Add the installation prefix of "catkin" to CMAKE_PREFIX_PATH or set
    "catkin_DIR" to a directory containing one of the above files. If "catkin"
    provides a separate development package or SDK, be sure it has been
    installed.
    ---
    Failed

    • @aayushsrivastava7015
      @aayushsrivastava7015 8 місяців тому

      Hey Artem, I also did the same later found that getting the same error. In case if you got the solution for the error then it will be really helpful for me.

    • @artemsazonov9230
      @artemsazonov9230 8 місяців тому

      ​@@aayushsrivastava7015 unfortunately I didn't😢

    • @Izaq-b2i
      @Izaq-b2i 8 місяців тому

      @@aayushsrivastava7015 i have same error help me out to if you know guys

  • @jolivoro6916
    @jolivoro6916 4 місяці тому

    Wow thank you a lot, you‘re videos helped me a lot 🫶🏼 Easy and straight forward

  • @sudheerkumar-vw1sm
    @sudheerkumar-vw1sm 7 місяців тому

    @sudheerkumar-vw1sm i have some errors