How are service.h files are generated from service.srv files ?
Using Sevices in ROS, we create a service definition file in the srv
folder and name it as service.srv
and when we include this as service.h
in the cpp
file. How is the .h
file generated from .srv
? In my case, while compiling using catkin_make
it says no service.h
file found in the .cpp
file whereas it is present. Any leads ?