Getting the list of published services in rosjava node

asked 2016-03-23 23:41:11 -0500

sthomas gravatar image

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.

edit retag flag offensive close merge delete

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

al gravatar image al  ( 2016-11-09 10:05:38 -0500 )edit

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

rosmax gravatar image rosmax  ( 2019-11-25 08:34:04 -0500 )edit