woven-planet / l5kit

L5Kit - https://woven.toyota
https://woven-planet.github.io/l5kit
851 stars 277 forks source link

Connectivity of lanes #374

Open MasterIzumi opened 2 years ago

MasterIzumi commented 2 years ago

Hi, I'm trying to get the lane graph topology from the MapAPI. Currently, I can get the left, right, and successors using lane.adjacent_lane_change_left, lane.adjacent_lane_change_right, and lane.lanes_ahead. However, the predecessors are not provided directly in the data structure (although we can get it using successors inversely).

Could you please add this information in the map data? That would be a great help if it is accessible directly. :)