Module not found error in ROS basics in 5days (Python)

Hi @AshishVarma ,

Another Tip for you: Try put in some effort to read and understand the error messages.
catkin_make’s error messages are very clearly explaining what is wrong during compilation:

All catkin_make dependencies are in CMakeLists.txt file and package.xml file.

If you had understood the above error lines and acted accordingly, you would have solved the issue yourself!

Regards,
Girish

sorry sir

i followed this step and i got confused with this comment “This will NOT be the only thing here”. and i thought that catkin_package() can have all the packages, so thats why i didnt edit anything from this catkin_package().

Thanks for your time and response sir :slightly_smiling_face:

Hi @AshishVarma ,

Ah, I see. I now understand your confusion.

The other 3 lines in this function is for advanced package creators.
For the basics you require only the CATKIN_DEPENDS line.

Regards,
Girish

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.