Functions
proxy Namespace Reference

Functions

def get_nodes
def get_publishers
def get_service_host
def get_service_node
def get_service_providers
def get_service_type
def get_services
def get_subscribers
def get_topic_type
def get_topics
def get_topics_for_type

Function Documentation

def proxy.get_nodes ( )
Returns a list of all the nodes registered in the ROS system 

Definition at line 29 of file proxy.py.

def proxy.get_publishers (   topic)
Returns a list of node names that are publishing the specified topic 

Definition at line 52 of file proxy.py.

def proxy.get_service_host (   service)
Returns the name of the machine that is hosting the given service, or empty string 

Definition at line 99 of file proxy.py.

def proxy.get_service_node (   service)
Returns the name of the node that is providing the given service, or empty string 

Definition at line 91 of file proxy.py.

def proxy.get_service_providers (   servicetype)
Returns a list of node names that are advertising a service with the specified type 

Definition at line 78 of file proxy.py.

def proxy.get_service_type (   service)
Returns the type of the specified ROS service, 

Definition at line 44 of file proxy.py.

Returns a list of all the services advertised in the ROS system 

Definition at line 24 of file proxy.py.

def proxy.get_subscribers (   topic)
Returns a list of node names that are subscribing to the specified topic 

Definition at line 65 of file proxy.py.

def proxy.get_topic_type (   topic)
Returns the type of the specified ROS topic 

Definition at line 34 of file proxy.py.

Returns a list of all the topics being published in the ROS system 

Definition at line 15 of file proxy.py.

def proxy.get_topics_for_type (   type)

Definition at line 20 of file proxy.py.



rosapi
Author(s): Jon
autogenerated on Thu Jan 2 2014 11:53:39