[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [sumo-user] Question related to Intersection
|
Hi Jacob,
I have tried "vehiroute-exit-times" to get the value when a vehicle leaves an edge. But the output file is not showing the values. I want to know the arrival and departure time of a vehicle at the intersection area including the time it spent in the intersection area. I have attached the output file herewith for reference.
Regards,
Sona
Thank you, Jacob, for your reply.
The options starting with -- are meant for the commandline. In a config file it looks like <vehroute-output.exit-times value="true"/>
Thanks for reply.
I want arrival/departure time of each vehicle when it is moving on lane and also in the intersection area. So basically I want time when it enters and leaves lane as well as intersection area. How to do that?
Do I need to write "--vehroute-output.exit-times, vehroute-output.internal" in configuration file as output ?
Regards,
Sona
The easiest solution is to log the edges that the vehicle is on (traci.vehicle.get RoadID) and trigger on leaving edge before the intersection / entering beyond the intersection.
If you need sub-step timing data you can use traci.inductionloop.getVehicleData for appropriately placed detectors.
Note, that the latest development version also supports xml outputs for this (--vehroute-output.exit-times, vehroute-output.internal).
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
Attachment:
lt
Description: Binary data