Simple client node error
Hello there, I have created rospackage "add" and client.cpp file. when I compile the cpp file header file "add/AddTwoInts.h" gives this error.No such file or directory,,, Do you have any idea for this error?
Your makefile can't locate the AddTwoInts.h file. It's either not in your path or the make file's not quite right
Please copy and paste the error from the console, and relevant snippets of what files generated the problem. http://www.ros.org/wiki/Support