Getting the list of published services in rosjava node
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.
Hi,
I think this is an interesting question. Did you manage to get a list?
I am interested in getting a list of nodes running from a rosjava application.
Al
Hi, any news regarding that issue? I managed to retrieve the list of available topics with rosjava but there seems to be no solution for retrieving the services yet...