I've gone through the previous tutorials and am now having a problem with running the server. After entering "rosrun beginner_tutorials add_two_ints_server.py" in the commmand line, I'm receiving the following error:
...
line 4, in
from beginner_tutorials.srv import *
ImportError: No module named beginner_tutorials.srv
↧