How can I create a service on rosjava?
Hello all,
I'm creating and Android app to remotely operate the turtlebot_panorama app through service calls. I don't know how to make gradle to compile my .srv file.
As a dirty workaround, I copied the .srv file on
rosjava_core/rosjava_bootstrap/src/test/resources/test_ros/srv/
and let gradle compile it together with the whole rosjava_core. This works fine but...
Thank you a lot