Services groovy and multiple machines
Hi, I've used ROS since the electric version and made several nodes that included services. Now in groovy (catkin) I've tried to make a node that advertises a service, everything worked fine until I called it from another machine and got a unknow service error message.
So I tried to do the tutorial of creating a simple service(AddTwoInts), and the same thing happend.(ok in same machine does not work if called from another) But if I run the cpp begginer tutorials already compiled in ROS groovy the service works in the same machine as well as in multiple machines. I've altered the package.xml and the CMakelist to the same as in the begginer tutorials in ROS repository.
So I'm kind of lost anybody had the same kind of problem?
Thanks, Francisco Marques