Creating custom message and service for groovy, using them with Python
Hello,
I am discovering ROS groovy and I try to create a custom service. I followed the tutorial on creating a service with Python and did a Python node. But when I run my Python node, I get 'from myModuleName.srv import mysrv.srv ImportError : no module named myModuleName'
I checked with rossrv that my service is known, I also tried to follow instructions in 'What's A Catkin?'
I don't know where to look for debug logs or build errors. What should I do ?
Thanks.
Manon
PS : the more I think of it, it does not look like the service is faulty, but Python can't find the right files to import.
Please update your question with a link to the tutorial you are following, so people will know what you are doing.
Well, I don't have enough karma to publish links. The tutorial for catkin is this one : http://www.ros.org/wiki/catkin/what and the python tutorial is the standard create a simple service and client in Python.
Thank you for your help. I will retry and let you know the result. The problem may be that when you click on a link on the tuto you go automatically to the rosmake version so I may have followed the wrong one.