Contents:
ros_topology_msgs
0.1.0
Messages describing the topology of the ros graph.
message_generation
std_msgs
catkin
message_runtime
ros_topology_msgs/Connection
ros_topology_msgs/Topic
ros_topology_msgs/Graph
ros_topology_msgs/Node
ros_topology_msgs/Service
1
2
3
directions
# directions uint8 IN=1 uint8 OUT=2 uint8 BOTH=3 #destination node name string destination string topic uint8 direction string transport
string name string type
Header header # Master URI string master Node[] nodes Topic[] topics
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
string name string uri