The error is in tutorial # 14 (writing a simple service and client) Beginner Level. CMake Error!
In tutorial 14, when I run catkin_make at the end of the tutorial, I get error saying: CMake Error at beginner_tutorials/CMakeLists.txt:33 (add_executable):Cannot find source file: src/add_two_ints_client.cpp Tried extensions ... (HERE DIFFERENT EXTENSIONS ARE WRITTEN) --Build files ... (HERE Some files are written) Invoking "make cmake_check_build_system" failed
While trying to remove this error, I tried many times. I even tried after deleting all previous beginner tutorials files from my catkin workspace and performed tutorials 1,3,4,10,14 again (many times), But still no solution!
I checked in my scr folder, the file add_two_ints_client.cpp is actually present there!! My ROS version is hydro. My OS is Ubuntu 12.04 LTS.
Please help resolve issue. I have a snapshot of error but ROS Answers says I have to have karma points>20 to upload that. So, I cannot upload that! Moreover, I am very new to ROS and Ubuntu!
Mudassar