Re: [sumo-user] Unspecified Fatal Error and blank trace logging outputs

2021-03-16 Thread Marcelo Andrade Rodrigues D Almeida
Hi Jakob Thank you so much for the fixes! And Harald, I'm glad I didn't need to recur to Valgrind this time (and also glad to know about it). Thank you for your help. On Tue, Mar 16, 2021 at 6:06 AM Jakob Erdmann wrote: > I was finally able to reproduce and fix this bug: > https://github.com/

Re: [sumo-user] Shapefile import on SUMO

2021-03-16 Thread Jakob Erdmann
Upon loading a network a network in netedit, the junction shapes have not been computed. Press F5 to compute them or open the network in sumo-gui to see the computed shapes. Am Di., 16. März 2021 um 13:48 Uhr schrieb Charis Chalkiadakis < char...@certh.gr>: > Hello, > > > I am trying to create a

Re: [sumo-user] Smart Traffic Lights

2021-03-16 Thread Jakob Erdmann
Yes. These are good pages to read about this. Also, see https://sumo.dlr.de/docs/Tutorials/TraCI4Traffic_Lights.html Am Di., 16. März 2021 um 12:51 Uhr schrieb Urutago : > Hello, Jakob. >> >> Thank you for your attention! >> >> Please, do you have any example indications so that I can start this

Re: [sumo-user] heightmap.geotiff reading error

2021-03-16 Thread Jakob Erdmann
There wasn't a good reason for this limitation and new versions of netconvert support other color encodings as well: https://github.com/eclipse/sumo/issues/8365 Am Di., 16. März 2021 um 15:40 Uhr schrieb Alejandro Rodríguez Sánchez < alrod...@ucm.es>: > Hello again, I just solved this. The proble

Re: [sumo-user] Platooning in SUMO

2021-03-16 Thread Michele Segata
Dear Francisco, I can talk for Plexe. As always, "better" depends on what you want to do. Plexe has several control algorithm plus engine dynamics implemented, but the vehicles needs to be controlled externally, for example via TraCI in python while, as far as I remember, simpla is more integ

Re: [sumo-user] heightmap.geotiff reading error

2021-03-16 Thread Alejandro Rodríguez Sánchez
Hello again, I just solved this. The problem seems to be that -I don't know why- netconvert does not accept 32-bit colored tiff files, it has to be 16-bit. Regards, Alejandro. El mar, 16 mar 2021 a las 9:54, Alejandro Rodríguez Sánchez (< alrod...@ucm.es>) escribió: > Hello, > I'm running a ser

[sumo-user] Platooning in SUMO

2021-03-16 Thread up201604601 via sumo-user
Hi everyone, I'm currently working on a project that requires platooning vehicles. However, I do not know how to add this platooning behavior to my vehicles. Is it something you can do by specifying in a configuration file, or is it something that you need to do programmatically? I'm basicall

[sumo-user] Shapefile import on SUMO

2021-03-16 Thread Charis Chalkiadakis
Hello, I am trying to create a network via a shapefile. When executing the proper script, as mentioned in SUMO Documentation, I have the following error: all links converge in the "from" and "to" nodes (screenshot attached). Is there any way to overcome this issue? Looking forward to your re

Re: [sumo-user] Smart Traffic Lights

2021-03-16 Thread Urutago
> > Hello, Jakob. > > Thank you for your attention! > > Please, do you have any example indications so that I can start this study? > > Or is this the beginning, please? > https://sumo.dlr.de/docs/Simulation/Traffic_Lights.html > https://sumo.dlr.de/docs/Tutorials/TraCI4Traffic_Lights.html#further_

Re: [sumo-user] Unspecified Fatal Error and blank trace logging outputs

2021-03-16 Thread Jakob Erdmann
I was finally able to reproduce and fix this bug: https://github.com/eclipse/sumo/issues/8359 The problem of incomplete trace files if a crash is triggered by 'traci.simulationStep()' was fixed as well: https://github.com/eclipse/sumo/issues/8360 Thanks for your inputs and your perseverance. best

Re: [sumo-user] Question about TAZ zones in SUMO

2021-03-16 Thread Alejandro Rodríguez Sánchez
I'll try that. Thanks a lot! Regards, Alejandro El lun, 15 mar 2021 a las 13:17, Jakob Erdmann () escribió: > The linked edgesInDistricts tool generates the TAZ automatically based on > a shape. You can obtain suitable shapes with the help of OSM and the SUMO > polyconvert application or draw th

[sumo-user] heightmap.geotiff reading error

2021-03-16 Thread Alejandro Rodríguez Sánchez
Hello, I'm running a series of simulations for different urban areas. When I do it for a small area that requires only 1 DEM file from de NASA ASTER collection, it works perfectly. However, when my area is bigger than the ASTER DEM file, I have to merge those files, but when doing that, SUMO doesn'

Re: [sumo-user] Smart Traffic Lights

2021-03-16 Thread Jakob Erdmann
In our own smart controller projects we're running SUMO on a more powerful industrial pc and connect this with a real traffic light controller. I recall SUMO being run on a raspi before so I assume this will work as well. Am Mo., 15. März 2021 um 20:02 Uhr schrieb Urutago : > Hello, SUMO colleagu