Search code examples
pythonjupyter-notebooksumotraffic-simulation

How do I convert Opendrive xodr file to net.xml for SUMO


Conversion has to be done with 'Netconvert' tool. I am facing error and cmd prompt quitting on negative speed error.

How do I over come this issue? Is there a way I can ignore speed?

Output should be with Net.xml format file. Thanks :)


Solution

  • You can use the options --speed.offset and --speed.minimum to modify / ensure edge speeds but you should probably check your input first.