Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Access vehicles that arrive in the next step

Hello,

I wanted to add a parameter to vehicles that have arrived based on a certain
condition using TraCI so that it shows up in the routes-info output.
However, when I iterate through traci.simulation.getArrivedIDList() and try
to add a parameter I get an error because the vehicle was already removed
from the simulation.

Is there a way to access these vehicles one step before they arrive?
Or would it be possible to move the actual removal of the vehicles to the
following simulation step?

Thank you very much!

Best regards
Marcel



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/


Back to the top