Robotics StackExchange | Archived questions

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.

Asked by sthomas on 2016-03-23 23:41:11 UTC

Comments

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

Asked by al on 2016-11-09 11:05:38 UTC

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...

Asked by rosmax on 2019-11-25 09:34:04 UTC

Answers