Skip to main content

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

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

Back to the top