How and where can I find MyCustomServiceMessageResponse
from my_custom_srv_msg_pkg.srv import MyCustomServiceMessage, MyCustomServiceMessageResponse
How and where can I find MyCustomServiceMessageResponse
from my_custom_srv_msg_pkg.srv import MyCustomServiceMessage, MyCustomServiceMessageResponse
Hi @shyam.ganata,
First of all, welcome to the community!
You can find the auto created python file defining your message classes in /home/user/catkin_ws/devel/lib/python2.7/dist-packages
. This is automatically created when you have properly built and compiled your custom message.
Please note that you don’t need to modify this file.
Cheers.