Skip to main content

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

- You can cancel an upcoming stop by re-issuing a stop command for the same location with duration 0
- You can abort a reached stop by calling vehicle.resume

Am Di., 8. Dez. 2020 um 01:12 Uhr schrieb Shuyi Yin <syin1@xxxxxx>:
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
_______________________________________________
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