ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In my case, while compiling using
catkin_make
it says noservice.h
file found in the.cpp
file whereas it is present. Any leads ?
you're running into a dependency declaration problem. We can explain to you how headers are generated from the IDL, but for this particular problem, see C++ message or service dependencies in the Catkin documentation.