Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Labels and Kpis OR Include the whole Display of Sumo Run


Thank you for pointing me in the right direction.  I am getting closer.  I have managed to get simTime(secs):## to display at an XY coordinate.  However, by enabling types to display on the gui, I have turned on ALL POI's, which is not desirable.
 
The only remedy for this is to remove other POIs from your simulation or to remove all their type information (poi type is just an optional text label).

Is there a way to turn just the one poi programmatically, as well as change the color of the font?  I also enabled maintain size on zoom which seems reasonable.

The only way to switch colors at runtime is to  switch between pre-defined coloring schemes using traci.gui.setScheme or to switch between different text properties (poi type, poi param etc). You can load a color scheme using option -g

PARAMETER:  Cannot get it to display although it is in the model data.
you need to explicitly switch one poi text param text and select that parameter in the gui settings dialog.



Am Do., 17. Dez. 2020 um 03:08 Uhr schrieb Paul Fierro <paulfierro@xxxxxxxxxx>:
Hi DLR Sumo Team,

I am building sumo models that talk to my API in the cloud to manage traffic flow and solve a logistic problem for a fire evacuation.  I have some YouTube videos, but some feedback came today asking for my video which came from saved images to include the time, and again discovered that the way to show KPIs and Time of simulation model is not simple to display on the screen.  I am looking to identify how I can show KPI's for my multi objective optimization as well as the simply simulation time so people have a sense of the scale.

How do you typically handle this sort of need to display information to the user?

Thanks Paul Fierro


_______________________________________________
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

Back to the top