autoware_map_msgs/LaneRelation Message

File: autoware_map_msgs/LaneRelation.msg

Raw Message Definition

# This represents lane connections in a map.

# BlinkerType
uint8 None = 0
uint8 Left = 1
uint8 Right = 2

# Id of refering Lane object.
int32 lane_id

# Id of Lane objects that follows after refering lane. 
int32 next_lane_id

# Blinker that must be lit when doing driving towards the next_lane.
# Must be one of "Blinker Type"
# e.g. if next_lane_id is left turning lane in intersection, then blinker = LEFT
int32 blinker

Compact Message Definition

uint8 None=0
uint8 Left=1
uint8 Right=2
int32 lane_id
int32 next_lane_id
int32 blinker