Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Charging Model does not allow to reroute

Dear all or hi Jakob,

playing with the scenario of Ifezue Obiako and the latest development version (v1_10_0+1777-d7fda7102b2)I have difficulties to reroute buses.

I got here exceptions

4966s vehicle 7 (running) error cannot set new stop (Stop replacement failed for vehicle '7' ().)
5068s vehicle 0 (running) error cannot set new stop (Stop replacement failed for vehicle '0' ().)
5154s vehicle 3 (running) error cannot set new stop (Stop replacement failed for vehicle '3' ().)
5449s vehicle 2 (running) error cannot set new stop (Stop replacement failed for vehicle '2' ().)
7052s vehicle 4 (running) error cannot set new stop (Stop replacement failed for vehicle '4' ().)
7245s vehicle 1 (running) error cannot set new stop (Stop replacement failed for vehicle '1' ().)
8695s vehicle 6 (running) error cannot set new stop (Stop replacement failed for vehicle '6' ().)
8729s vehicle 5 (running) error cannot set new stop (Stop replacement failed for vehicle '5' ().)

The history of vehicle 7 is

harald@csx> grep 'vehicle 7 ' events.out.csv   
4062s vehicle 7 (running) send to charging station (fuel  551029.31, stopState 17)
4062s vehicle 7 (goingToCharge) New route from index 31 to 63
4297s vehicle 7 (charging) at -7855681#1                     fuel  545692.75
4325s vehicle 7 (charging) resume (fuel  555843.75)
4390s vehicle 7 (running) send to charging station (fuel  552997.06, stopState 0)
4390s vehicle 7 (goingToCharge) New route from index 70 to 83
4441s vehicle 7 (charging) at -7855681#1                     fuel  549353.57
4468s vehicle 7 (charging) resume (fuel  559893.82)
4653s vehicle 7 (running) send to charging station (fuel  552995.52, stopState 0)
4653s vehicle 7 (goingToCharge) New route from index 101 to 122
4784s vehicle 7 (charging) at -7855681#1                     fuel  547257.58
4820s vehicle 7 (charging) resume (fuel  558331.61)
4966s vehicle 7 (running) send to charging station (fuel  552979.09, stopState 0)
4966s vehicle 7 (running) error cannot set new stop (Stop replacement failed for vehicle '7' ().)
4966s vehicle 7 (running) is at :57811053_5
25386s vehicle 7 (notCharging) error Vehicle '7' is not known.
25386s vehicle 7 (notCharging) finishedBuses ['7']
25386s vehicle 7 (notCharging) e in finishedBuses True

It goes three times to the loading station, the forth time it fails with no detailed description

You can run the scenario up to this point with runner.py -t 5000

The scenario is attached here, its a tar file compressed with bzip2, you can unzip it with tar xjf usa_buses.tar.bz2 (at least under Linux)

Best regards, Harald



Attachment: usa_buses.tar.bz2
Description: application/bzip


Back to the top