Right now, there is no way to signal to the taxi device that no more customers are forthcoming. To end a taxi simulation you have two options - set option --end - define an explicit end type for each taxi vehicle or taxi type: https://sumo.dlr.de/docs/Simulation/Taxi.html#taxi_behavior
regards, Jakob Am Sa., 6. Nov. 2021 um 19:28 Uhr schrieb Griffin Hanekamp < [email protected]>: > Hi sumo users, > > I've built a taxi simulation in SUMO. For some reason, the taxis remain in > the simulation even after all pedestrians and other vehicles have left. > There are no passengers shown in the taxis. > > Is there a way to override this, and force taxis to exit when all > pedestrians/potential passengers have left? Below are the two code segments > I've used to build the taxi simulation. > > Thanks, > > > <taxi_device> > <device.taxi.dispatch-algorithm value="greedyClosest"/> > <device.taxi.dispatch-algorithm.output value="greedyClosest.xml"/> > <device.taxi.idle-algorithm value="randomCircling"/> > </taxi_device> > > <vType id="taxi" vClass="taxi"> > <param key="has.taxi.device" value="true"/> > </vType> > > -- > Griffin Hanekamp > Technical University of Munich | 2022 > Georgia Institute of Technology | 2017 > M. +4917632120070 > Other. +16308095148 > *https://www.linkedin.com/in/griffinhanekamp > <https://www.linkedin.com/in/griffinhanekamp>* > > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
