Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Intermodal and PT: 'vehicle is already stopped.'

Hello,
the stop output assumes that stopStarted and stopEnded events alternate.
Either there is a bug or you have vehicles with directly consecutive stops at the same edge and the same position (so that two stops can be started at the same time).
Multiple stops at the same position are not a problem but usually there is a stop somewhere else in between.
regards,
Jakob


2018-03-23 10:16 GMT+01:00 Lara CODECA <lara.codeca@xxxxxxxxxx>:
Dear All,

I'm working in intermodal simulations and I'm debugging the public
transports.
In the sumo log I have hundreds of
"""
Warning: Vehicle 'bus_100:Nice.0' is already stopped.
Warning: Vehicle 'train_M0:France.0' is already stopped.
...
Warning: Vehicle 'bus_M2:France.1' is already stopped.
"""

I found it in 'src/microsim/output/MSStopOut.cpp' but I don't
understand the implications or what I have to do to fix this.

Regards,
Lara

--
Lara CODECA
Postdoc
Tel : 04.93.00.81.51

EURECOM
Campus SophiaTech
http://www.eurecom.fr/
_______________________________________________
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