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

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

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.

reynhardtrademan
Автор

So helpful! Thank you for these videos!

derintekin
Автор

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?

finfan
Автор

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

gyanjyotibrahma
Автор

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

AbdelfattahMostafa
Автор

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

jolivoro
Автор

Bro when is this the next video coming??

gkyt
Автор

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

girijagolla
Автор

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.

iamshakeelsindho
Автор

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 <<< turtlesim [0.24s, exited with code 1]
Aborted <<< catkin_simple [0.16s]
Aborted <<< beginner_tut [0.20s]
Aborted <<< roscpp_tutorials [0.29s]

Could anyone help me please

artemsazonov
Автор

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
Автор

@sudheerkumar-vw1sm i have some errors

sudheerkumar-vwsm