Re: [sumo-user] Loading the scenario or simulation using TraCI

2020-06-09 Thread Tripplanner Mumbai
With respect to TraCI, I thought that the following line of code loads and starts the simulation: traci.start([sumoBinary, "-c", "run.sumo.cfg"]) However, now I realize that this loads and starts the basic (or zeroth) step. The actual step by step simulation is executed by the

[sumo-user] Loading the scenario or simulation using TraCI

2020-06-09 Thread Tripplanner Mumbai
Hello, I was trying to only load (not start the simulation) the simulation network or scenario using TraCI, particularly the following code (ref- https://sumo.dlr.de/daily/pydoc/traci.main.html). try: traci.load(['-c', 'run.sumo.cfg']) #only loads the simulation or scenario, not starts