Conversion from openDRIVE to Lanelet2

Hello,

my goal is to convert an openDRIVE map to the lanelet2 format. Therefore I first convert the openDRIVE file to a CommonRoad map and from the CommonRoad map to the lanelet2 format. In the CommonRoad file are already wrong connections in the sidewalks that propagate to the final lanelet2 file (see image). I had to change to commonroad-io 2022.1 due to the ValueError: ID is already used.

Best,
Bernhard

Dear Bernhard,

this is probably related to the same bug reported here. We have already fixed this internally and publish a bug-fix with the next release.

If you want to make sure that your concrete map is covered by the bug-fix, please send me your map via email (sebastian.maierhofer@tum.de) and I will test it locally.

Best,
Sebastian

Thank you for your reply.

Best,
Bernhard

Hello Sebastian,

when do you think the release for the bugfix regarding spirals and junctions will be?
It would be great if you could notify me once the update is released.

Thank you! Best,
Daniel

We currently plan the release for mid of January.

1 Like

We released version 0.6.0 of the scenario designer, where your mentioned problems shouldn’t occur anymore.
We also provide now a package on PyPI.