Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Taxis leaving Simulation instead of randomCircling

Hi Jakob,

 

Thank you for the quick reply and especially for solving my problem (adding the parameter solved to issue)!

Best regards,
Felix

 

Von: sumo-user <sumo-user-bounces@xxxxxxxxxxx> Im Auftrag von Jakob Erdmann
Gesendet: Dienstag, 5. April 2022 09:40
An: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Betreff: Re: [sumo-user] Taxis leaving Simulation instead of randomCircling

 

Hello,

you have hit upon an hitherto undocumented feature for randomCircling (https://sumo.dlr.de/docs/Simulation/Taxi.html#idle_behavior):

Taxis stop randomCircling after 8 hours to prevent overwork (-:

You can make them work for a whole year non-stop by setting

<param key="device.taxi.end" value="365:0:0:0"/> 

in the vehicle or flow or the taxi  vType

 

regards,

Jakob

 

Am Di., 5. Apr. 2022 um 08:29 Uhr schrieb Gotzler, Felix <felix.gotzler@xxxxxx>:

Hey all,

 

I’m experiencing troubles using SUMO‘s taxi device when using randomCircling. Taxis are leaving the simulation after a certain amount of time although the option device.taxi.idle-algorithm value="randomCircling" is set. As far as I understood, taxis should be circling indefinitely when said option is set?
I tried various scenarios on two machines but the vanishing happens in all of them, independent of the presence of demand. I’ve attached an extremely simple scenario where said problem occurs.

At this point I’m not sure if I did an obvious mistake myself (which I can’t seem to find) or if there’s actually something wrong with the taxi device. I appreciate your help!

 

Thanks and best regards,
Felix Gotzler

 

cid:image002.jpg@01D84854.9E9D47B0

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top