Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] tlsCycleAdaptation.py

The tlsCycleAdaptation.py script only supports traffic defined with <vehicle> elements at the moment.
You can convert your routes.rou.xml file from flows to vehicles by calling
  duarouter -r routes.rou.xml -n yournet.net.xml -o vehicles.rou.xml

regards,
Jakob

2018-06-28 20:16 GMT+02:00 <nestoras@xxxxxxxxxxxxxx>:

Hello,

 

I am trying to use the tlsCycleAdaptation.py and I get the following error message:

“Begin time:0

There are no flows at the given intersections. No green time optimization is done.”

 

I have inserted traffic flows in the routes.rou.xml file, which look like this:

<flow id="e1-n5" type="pkw" begin="0" end="900" route="e1-n5" number="4" departPos="0" departLane="best"/>

<flow id="e1-s2" type="pkw" begin="0" end="900" route="e1-s2" number="12" departPos="0" departLane="best"/>

<flow id="e1-n4" type="pkw" begin="0" end="900" route="e1-n4" number="19" departPos="0" departLane="best"/>

 

Can anyone help me? Are there any examples or extra documentation for the tlsCycleAdaptation.py?

 

Thank you,

Manos Nestoras


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top