motional / nuplan-devkit

The devkit of the nuPlan dataset.
https://www.nuplan.org
Other
662 stars 126 forks source link

Function to create raster of lane connector with traffic light information #315

Closed gsg213 closed 1 year ago

gsg213 commented 1 year ago

Hello nuPlan team,

I'm currently trying to find a function able to return a raster of the lane connectors with the traffic light status, something like what can be seen in the video for traffic lights on nuPlan webpage.

image

I found this method nuplan.planning.training.preprocessing.features.raster_utils.get_baseline_paths_raster but returns lanes and lane connectors together.

And I guess since it's possible to see it in the visualization (like seen in the image), the function should exist somewhere.

Thank you for your help!