Closed Recepalp10 closed 1 year ago
The output is perfectly fine. Centerlines are calculated on the fly and are no persistent objects. Hence they don't get a persistent ID, but 0. They still have valid coordinates (as your print output should show).
Hey,
I'm trying to calculate the centerline for lanes after uploading an osm file using lanelet2.io.load. When I run centerline its output is like [id: 0 point ids: 0, 0, 0, 0].
I wanted to know what could be the problem here and how to fix it as I need centerlines for my purpose. Are the centerline coordinates actually calculated but not stored? If so, how can these coordinates be displayed?
Thanks!