0

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 :)

MedaBoy
  • 3
  • 2
  • Hi MedaBoy, help us helping you by pasting the code and the error message (not images, text please) into your question, so that we can examine it. – S_Crespo Jun 06 '23 at 13:49
  • If you can share your input it would also help a lot – Michael Jun 07 '23 at 17:40
  • Thank you @Michael, I did use the --speed.minimum , I could able to generate the file. – MedaBoy Jun 27 '23 at 14:48
  • If you think your xodr file is legitimate input and should somehow be handled by sumo's netconvert please open an issue here: https://github.com/eclipse/sumo/issues – Michael Jun 29 '23 at 15:46

2 Answers2

0

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

Michael
  • 3,510
  • 1
  • 11
  • 23
0

You can use SUMO's built in file converter:

netconvert --opendrive-files xodrfilename -o newfile.net.xml

Dreana
  • 573
  • 4
  • 16