Types¶
Types messages provide common types used in location-related messages.
Message Types¶
GraphNode¶
Represents a node in a graph structure used for navigation.
| Field | Message Type | Description |
|---|---|---|
graph_node_id |
string |
The ID of the graph node. |
graph_node_pose |
PointWithOrientation |
Point with orientation of the GraphNode. |
adjacent_graph_node_ids |
string repeated |
Adjacent GraphNode IDs that robot can navigate from the current GraphNode. |