Functions
rosapi::proxy Namespace Reference

Functions

def filter_action_servers
def get_node_publications
def get_node_services
def get_node_subscriptions
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_services_for_type
def get_subscribers
def get_topic_type
def get_topics
def get_topics_for_type
def get_topics_types

Function Documentation

Returns a list of action servers 

Definition at line 153 of file proxy.py.

Returns a list of topic names that are been published by the specified node 

Definition at line 95 of file proxy.py.

Returns a list of service names that are been hosted by the specified node 

Definition at line 123 of file proxy.py.

Returns a list of topic names that are been subscribed by the specified node 

Definition at line 109 of file proxy.py.

Returns a list of all the nodes registered in the ROS system 

Definition at line 90 of file proxy.py.

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

Definition at line 189 of file proxy.py.

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

Definition at line 245 of file proxy.py.

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

Definition at line 237 of file proxy.py.

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

Definition at line 221 of file proxy.py.

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

Definition at line 176 of file proxy.py.

def rosapi.proxy.get_services (   services_glob)
Returns a list of all the services advertised in the ROS system 

Definition at line 78 of file proxy.py.

def rosapi.proxy.get_services_for_type (   service_type,
  services_glob 
)
Returns a list of services as specific service type 

Definition at line 84 of file proxy.py.

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

Definition at line 205 of file proxy.py.

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

Definition at line 137 of file proxy.py.

def rosapi.proxy.get_topics (   topics_glob)
Returns a list of all the active topics in the ROS system 

Definition at line 52 of file proxy.py.

def rosapi.proxy.get_topics_for_type (   type,
  topics_glob 
)

Definition at line 73 of file proxy.py.

def rosapi.proxy.get_topics_types (   topics,
  topics_glob 
)

Definition at line 63 of file proxy.py.



rosapi
Author(s): Jonathan Mace
autogenerated on Thu Jun 6 2019 21:51:49