Package org.ros.master.client
Class MasterStateClient
java.lang.Object
org.ros.master.client.MasterStateClient
A remote client for obtaining system information from a master.
- Author:
- Keith M. Hughes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPublishedTopics(String subgraph) getUri()lookupNode(String nodeName) lookupService(String serviceName)
-
Constructor Details
-
MasterStateClient
-
-
Method Details
-
lookupNode
-
getUri
- Returns:
- the
URIof theMasterServer
-
lookupService
- Parameters:
serviceName- the name of theServiceServerto look up- Returns:
- the
URIof theServiceServerwith the given name
-
getPublishedTopics
- Parameters:
subgraph- the subgraph of the topics- Returns:
- a
ListofTopicDeclarations for published topics
-
getTopicTypes
-
getSystemState
- Returns:
- the current
SystemState
-