I am running sumo to simulate a potential road cut scenario during an evacuation (multiple road cuts). I have installed reroute for those scheduled road cuts. However, for some vehicles, there will not be any available routes to the desired destination. According to the manual, if there is no alternative route, vehicles will continue their old routes and ignore the closed edge.
I am wondering if there is possible to set a secondary destination? If so, could someone show me how to? I have tried to search online or manual, but I couldn’t find any.
If the secondary destination is not possible, could it be possible to make the vehicle stop and terminate its journey?
I copied the code of reroute.add.xml and a simple road cut figure. Hope it helps. I would really appreciate your help. Thank you so much.
<additional>
<rerouter id="rerouter1" edges="2" probability="1">
<interval begin="1" end="2000">
<closingReroute id="1" allow="ignoring"/>
<destProbReroute id="107" probability="1"/>
</interval>
</rerouter>
<rerouter id="rerouter2" edges="3" probability="1">
<interval begin="1" end="2000">
<closingReroute id="11" allow="ignoring"/>
<destProbReroute id="107" probability="1"/>
</interval>
</rerouter>
</additional>