Re: [sumo-user] Unable to see vehicle (Hello World)

2020-10-22 Thread Shah Sultan
Hello Thanks a lot for your efforts bro. I have sorted this issue out. Thanks once again -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit

[sumo-user] warm-up period

2020-12-29 Thread Shah Sultan
Hi everyone Do I need to consider a warm-up period for my simulation? If yes, how can I deal with it? Thanks a lot in advance -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To

Re: [sumo-user] Overwriting in output files while running simulation in a loop

2021-01-06 Thread Shah Sultan
Is there any direct way to get a single file of all the simulation runs instead of getting different files for every run? -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To

Re: [sumo-user] Overwriting in output files while running simulation in a loop

2021-01-07 Thread Shah Sultan
No, I am loading the same .sumocfg file but with a different seed. Is there any way? -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit

[sumo-user] Vehicles not following Traffic Signal with traci.

2020-12-08 Thread Shah Sultan
Hello everyone I am new with Traci. I am trying to run my model with that. What I am observing is that the vehicles in my models are not following traffic signals. On the other hand, with sumo-gui, they are completely following it. Am I missing something? import traci traci.start(sumoCmd)

Re: [sumo-user] Vehicles not following Traffic Signal with traci.

2020-12-10 Thread Shah Sultan
Thanks a lot for your reply. How can find if the problem is in xml file? Actually, I use netconvert command as written below to generate my network file. "netconvert --osm-files oz.osm --output-file oz.net.xml --geometry.remove --roundabouts.guess --ramps.guess --junctions.join

Re: [sumo-user] Vehicles not following Traffic Signal with traci.

2020-12-12 Thread Shah Sultan
Roundabout.rar The zipped folder containing all the relevant files of the model is attached for your consideration. -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/

[sumo-user] Controlling Phase Duration from Traci

2020-12-16 Thread Shah Sultan
Hello everyone I am trying to change the green and red phase timing for every simulation run from traci. Here, following are my valid traffic lights' IDs Traffic Lights id #1: 1886728151 Traffic Lights id #2: 2273469505 Traffic Lights id #3: 268032054 Traffic Lights id #4: 454336319 Let say

Re: [sumo-user] Vehicles not following Traffic Signal with traci.

2020-12-11 Thread Shah Sultan
Attached are the screenshots of the model running

[sumo-user] traci4matlab

2020-11-11 Thread Shah Sultan
Hello Previously, my simulations were running properly. But today when I install traci4matlab, none of my previous simulations are running. Even just after the start, it is showing the message that "Simulation ended at time 0.00." What should I do? Any suggestion? -- Sent from:

[sumo-user] Tutorials/SUMOlympics

2020-11-02 Thread Shah Sultan
Hello Everyone I am working on the SUMO tutorial "SUMOlympics". When I am running my simulation, the following error occurs. I have tried different options but I do not understand how to resolve this. Error: The edge 'beg' within the route for flow 'pkw' is not known. The route can not be

[sumo-user] Unable to see vehicle (Hello World)

2020-10-21 Thread Shah Sultan
Hello everyone. I am quite a new SUMO user. I am working on a Tutorial (Hello World). I am unable to open SUMO-GUI from NETEDIT through Ctrl+T. When I am trying to run my network by manually opening SUMO-GUI, I am unable to see my vehicle even with the delay of 100 ms. One more thing, I am

Re: [sumo-user] Unable to see vehicle (Hello World)

2020-10-21 Thread Shah Sultan
No, there is no any other SUMO version installed. A year and a half ago I installed SUMO. But then I did not get a chance to work on it. Before installing the latest version, I uninstalled the previous one. -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/

Re: [sumo-user] warm-up period

2020-12-30 Thread Shah Sultan
Thank you Giuliana for your reply. Do I need to set the warm-up period through Traci? or is there any other way to set it once for my whole simulation run? Maybe you find this question silly but previously I was using VISSIM in which I just needed to change some attribute for that from the VISSIM

[sumo-user] Overwriting in output files while running simulation in a loop

2021-01-06 Thread Shah Sultan
Hello everyone I am trying to run my simulation more than once through Traci using the "for" loop. But as far as the outputs files (that I mentioned in the .sumocfg file) are concerned, I am just getting the results of the last run only. Actually, after every run, I am getting the output files

Re: [sumo-user] Unable to run simulation in loop

2021-06-12 Thread Shah Sultan
Hello Michael Thanks a lot for your reply. The flowchart of my code is attached. Please do have a look first. After writing to you, I was continuously trying to get rid of the error message that is written below. *Could not connect to Traci server at localhost:57376 [WinError 10061] No

Re: [sumo-user] OD Matrix

2021-05-05 Thread Shah Sultan
Thanks a lot but I have solved this problem. The problem was in the OD matrix file. I forgot to mention Network object numbers before mentioning an origin-destination and the number of vehicles. New OD matrix file is attached. roundabout-1-OD-1000.xml

Re: [sumo-user] [WinError 10061]

2021-05-30 Thread Shah Sultan
Hello to all My basic simulation code is written below. While I am running the same code without restarting the Kernel, the following error message pops up. *Could not connect to TraCI server at localhost:57376 [WinError 10061] No connection could be made because the target machine actively

[sumo-user] Unable to run simulation in loop

2021-06-02 Thread Shah Sultan
Hello to all My basic simulation code is written below. While I am running the same code without restarting the Kernel, the following error message pops up. *Could not connect to TraCI server at localhost:57376 [WinError 10061] No connection could be made because the target machine actively

Re: [sumo-user] [WinError 10061]

2021-04-29 Thread Shah Sultan
Yes. after importing traci in my python script I am using *"traci.start(sumoCmd,traceFile="traci.log")"*. Is there anything else should I do? -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list

[sumo-user] [WinError 10061]

2021-04-28 Thread Shah Sultan
could be made because the target machine actively refused it* and after 11 tries it is giving me this error. *FatalTraCIError: Could not connect in 11 tries* I do not understand why this is happening. Regards Shah Sultan -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com

Re: [sumo-user] OD Matrix

2021-05-05 Thread Shah Sultan
Thanks a lot for your reply Reihaneh But it is not working. In my taz.xml file, I end with but this is what I am getting (picture is attached). -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/

Re: [sumo-user] FatalTraCIError: connection closed by SUMO (receiving error message while zooming-in)

2021-04-12 Thread Shah Sultan
Roundabout.py Roundabout.py file is attached for your consideration -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list

Re: [sumo-user] FatalTraCIError: connection closed by SUMO (receiving error message while zooming-in)

2021-04-12 Thread Shah Sultan
Roundabout.rar Hello Jacob - I am using sumo-1.7.0 - I do not understand what should I do with that link and how can I reproduce the crash. - All the related files are attached -- Sent from:

[sumo-user] FatalTraCIError: connection closed by SUMO (receiving error message while zooming-in)

2021-04-09 Thread Shah Sultan
Dear all I am encountering the problem (error message) when I am trying to zoom in on my simulation to some particular extent to observe the movements. Below is the error message that I am receiving and I don't know how to deal with that.

[sumo-user] traci.trafficlight.setProgram(junction ID, program ID)

2021-04-09 Thread Shah Sultan
tsl.xml Dear all I am having a query regarding the additional file for modifying the existing TLS program. I have four different junctions which I have included in a single additional file. The program ID is 1 and the tl