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.'

Thank you for the explanation, Jakob.

I think is a bug:
- in the sequence of bus stops there aren't any repetitions
- it's only the first stop in the sequence that triggers the warning.

Said so, I have an additional question:
- in my route file pfor the person trips I have 12776 bus/train rides.
- in the "stop-output" generate file:
	- sum of stopinfo_initialPersons = 13655
	- sum of stopinfo_loadedPersons = 4410
	- sum of stopinfo_unloadedPersons = 1417

I'm lost. I don't understand these numbers and where they come from.

Thanks in advance!

Regards,
Lara

On Fri, 2018-03-23 at 11:07 +0100, Jakob Erdmann wrote:
> 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
> 
> _______________________________________________
> 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
-- 
Lara CODECA
Postdoc
Tel : 04.93.00.81.51

EURECOM
Campus SophiaTech
http://www.eurecom.fr/


Back to the top