Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Generate Continuous Rerouters Frozen?

There was a bug in generateContinuousRerouters.py that is now fixed (https://github.com/eclipse/sumo/issues/9167)
You can obtain an updated version of the tool at https://raw.githubusercontent.com/eclipse/sumo/f4b2359e4702a944bf898cde1decc780de0dd214/tools/generateContinuousRerouters.py

regards,
Jakob

Am Do., 16. Sept. 2021 um 11:49 Uhr schrieb Toprak Fırat <atoprakfirat@xxxxxxxxx>:
Hello,

I am trying to use generateContinuousRerouters.py, however after starting the script, even though the rerouters.add.xml” is generated with some entries (so it is not blank), the process doesn’t stop. At first I thought keyboard interrupting the process and proceeding with the simulation would work however when I mention “rerouters.add.xml” as an additional file in the config file, simulation doesn’t start. 

I use the following command to start the script:

python $SUMOTOOLSPATH/generateContinuousRerouters.py -n map.net.xml —e 10000 -o rerouter.add.xml  

I get the following error:

Error: attribute value expected
Error:  (At line/column 7/33).
Error: Could not load configuration '/Users/toprak/Desktop/SUMOtest/map.sumo.cfg'.
Quitting (on error).

Regards,

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top