ros_topology_msgs/Node Message

File: ros_topology_msgs/Node.msg

Raw Message Definition

string name
string uri
# Topics this node has registered with master as publishing and subscribing
string[] publishes
string[] subscribes

# Topic connections established with peers
Connection[] connections

# Services this node provides
Service[] provides

Compact Message Definition

string name
string uri
string[] publishes
string[] subscribes
ros_topology_msgs/Connection[] connections
ros_topology_msgs/Service[] provides