services running in a node [closed]
Hello
I was wondering if its possible to get a list of all services to which a node is connected, either as a client or as a server.
Somethis similar to ros::this_node::getSubscribedTopics()
http://docs.ros.org/electric/api/roscpp/html/namespaceros_1_1this__node.html#a81620bbd1e0a3196d694c38fbd4dea8a
Also, is it possible to know which parameters a node has read.
Thanks
Miguel Oliveira
Hi everyone I found a workaround for this one. I use the shell ros service list api from ros. To make a system call and then get back the result I use ipstream library. Perhaps it is helpfull for someone. PS: I just did not find a way to get the client services a node is connected to ...