I started the unit 6 of this course, in the beginning (unit 6.2) the command catkin_make used to compile the package simple_grasping doesn’t work. It gives the message:
CMake Error: File /home/user/catkin_ws/src/package.xml does not exist.
CMake Error at /opt/ros/noetic/share/catkin/cmake/stamp.cmake:10 (configure_file):
configure_file Problem configuring file
I’ve included a print of the screen with the error.
You should not need to create the CMakeLists.txt file manually.
Where are you running the catkin_make command? It should be run in the catkin_ws directory, and the CMakeLists.txt would be created in catkin_ws/src if it does not exist. However, the src folder must exist before you run catkin_make.