graph_msgs/Edges Message

File: graph_msgs/Edges.msg

Raw Message Definition

#base-zero index of all the verticies this particular vertice connects to (edges)
uint32[] node_ids

# optional cost/weight of each edge. if vector is empty assume all weights are equal (1)
float64[] weights

Compact Message Definition

uint32[] node_ids
float64[] weights