Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Skip unfinished stops

Hi,

I have defined vehicles via trips with specified stops, i.e.
<trip>
    <stop index=... parkingArea=... duration=... parking="true"/>
</trip> 

But sometimes the vehicle can be waiting either in traffic for too long, can I ask the vehicle to directly drive to its destination edge, without finishing the stop at the parking area? (don't teleport)

Is changeTarget() and/or rerouteTraveltime() able to do this?

Sincerely,
Shuyi

Back to the top