Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Indicators of traffic jam

Hello,
the aggregated values are not accessible via TraCI. You could either aggregate them within traci (i.e. compute the average speed by quering the speed of all vehicles) or you could access the output file generated by option --summary-output (possibly without file by opening up a socket in your script and giving that socket to sumo instead of a file name: http://sumo.dlr.de/wiki/Basics/Using_the_Command_Line_Applications#Writing_files).
regards,
Jakob

2018-03-07 16:14 GMT+01:00 Pedro Matuck <pjmatuck@xxxxxxxxx>:
Hi guys,

Which indicators of traffic jam can I access using Traci?

On Sumo-GUI, we have a panel (below right on screen), where is possible to check departed and arrived cars, avg. speed, etc. Looking on Traci API, not all of these patameters are accessible.

Thanks.

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top