Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Taxis not leaving simulation

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 <griffhanekamp@xxxxxxxxx>:
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
_______________________________________________
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