Hi,
I am new to rosjava. I am trying to create a rosjava node, which should periodically get the list of all services published at the roscore. I want something similar to the “rosservice list”, but as an API. The scenario for which this is required is: The roscore will be executing independently, there are some ros-cpp nodes which are up and have published their services, the rosjava node when it gets started, needs to know the list of all services which have been published so far and the publishers of the same.
Please help.