Skip to main content

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

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,


Back to the top