Hi,
Is preceding and succeeding lane information available in nuScenes map (i.e. is there a way to acquire which lanes connect to what other lanes)?
Hi,
Is preceding and succeeding lane information available in nuScenes map (i.e. is there a way to acquire which lanes connect to what other lanes)?
Take a look at the map tutorial (https://www.nuscenes.org/map-tutorial).
Unfortunately it is not so easy as we only provide the raw data but not the functions to take care of this.
Here is a rough strategy:
from_edge_line_token
and to_edge_line_token
to figure out which edge the road block connects to. Find other road blocks that share the same edge.