Re: [sumo-user] teleporting

2023-01-08 Thread Jakob Erdmann
Vehicles always leave the simulation on arrival. In contrast, teleporting is a mechanism in SUMO to resolve deadlocks. See https://sumo.dlr.de/docs/Simulation/Why_Vehicles_are_teleporting.html Am So., 8. Jan. 2023 um 19:09 Uhr schrieb Mahima : > Hi, > > If we disable teleport means "". > Does the

[sumo-user] teleporting

2023-01-08 Thread Mahima
Hi, If we disable teleport means "". Does the vehicle stay forever on the arrival edge? or it vaporises after some time? Thanks ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listin

Re: [sumo-user] Teleporting Vehicle

2021-10-07 Thread Jakob Erdmann
There are no studies for teleportation limits that I'm aware of. Our own rule of thumb is to tolerate teleports in large simulations if its under 0.1% of total traffic. If you get deadlock in roundabouts it might be due to mis-modelled right-of-way, bad connections or because there are traffic ligh

[sumo-user] Teleporting Vehicle

2021-10-07 Thread Amanda Romano
Hello, I am simulating morning rush hour congestion. But it is having a lot of conflicts at various roundabouts, and the vehicles no longer move in the simulation. Would the solution be only if teleportation is allowed? (I had left , but I fixed this problem in the simulation) And do you have a

Re: [sumo-user] Teleporting car after loading a saved state

2020-11-24 Thread . Abdullah
Thank you. On Tue., Nov. 24, 2020, 12:32 p.m. Jakob Erdmann, wrote: > see https://sumo.dlr.de/docs/Simulation/Randomness.html > > Am Di., 24. Nov. 2020 um 18:23 Uhr schrieb . Abdullah : > >> Hi, >> >> Thank you so much for the help. May I know what part of a simulation is >> random? Like for wha

Re: [sumo-user] Teleporting car after loading a saved state

2020-11-24 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/Simulation/Randomness.html Am Di., 24. Nov. 2020 um 18:23 Uhr schrieb . Abdullah : > Hi, > > Thank you so much for the help. May I know what part of a simulation is > random? Like for what aspects of the simulation is the random number > generator being used? > > On T

Re: [sumo-user] Teleporting car after loading a saved state

2020-11-24 Thread . Abdullah
Hi, Thank you so much for the help. May I know what part of a simulation is random? Like for what aspects of the simulation is the random number generator being used? On Tue, Nov 24, 2020 at 1:28 AM Jakob Erdmann wrote: > Your simulations diverge because > 1) the primary call to traci.start set

Re: [sumo-user] Teleporting car after loading a saved state

2020-11-24 Thread Jakob Erdmann
Your simulations diverge because 1) the primary call to traci.start sets step-length 0.5 but the call to loadState does not set the step-length 2) the simulation state does not store the random number generator by default. You can fix this by setting option in your sumocfg Am Mo., 23. Nov. 2020 u

Re: [sumo-user] Teleporting car after loading a saved state

2020-11-23 Thread . Abdullah
Hi, Just wondering if you were able to run the code or not? On Fri, Nov 20, 2020 at 2:00 PM . Abdullah wrote: > Hi, > > Thank you for your email. I have attached a zip file > below. teleporting_vehicle_v1.py does not save any states > and teleporting_vehicle_v2.py saves and loads state once. >

Re: [sumo-user] Teleporting car after loading a saved state

2020-11-20 Thread . Abdullah
Hi, Thank you for your email. I have attached a zip file below. teleporting_vehicle_v1.py does not save any states and teleporting_vehicle_v2.py saves and loads state once. On Fri, Nov 20, 2020 at 1:19 PM Jakob Erdmann wrote: > This problem has not been reported before. Please send in a minimal

Re: [sumo-user] Teleporting car after loading a saved state

2020-11-20 Thread Jakob Erdmann
This problem has not been reported before. Please send in a minimal example scenario (either to the mailing list or attached as a zip on a new github issue). regards, Jakob Am Fr., 20. Nov. 2020 um 19:25 Uhr schrieb . Abdullah : > Hi, > > I have a network where only 2 cars are travelling (for te

[sumo-user] Teleporting car after loading a saved state

2020-11-20 Thread . Abdullah
Hi, I have a network where only 2 cars are travelling (for testing purpose). If I let the simulation run to completion none of cars stand too long in front of an intersection and no teleportation occurs. But when I save a state in the middle of the simulation and start the simulation again from th

Re: [sumo-user] Teleporting and failed lane changing at motorway fork

2020-06-20 Thread Jakob Erdmann
1) Thanks. It should have been km/h and is now fixed 2) Yes. The normal teleporting rules still apply. 3) Yes. This is a known issue: https://github.com/eclipse/sumo/issues/4457 The lower step-length allows for out-of-sync action steps regards, Jakob Am Sa., 20. Juni 2020 um 19:46 Uhr schrieb Jan

[sumo-user] Teleporting and failed lane changing at motorway fork

2020-06-20 Thread Jan Grimm
Hi all, first of all, thanks again for the helpful reply to my previous question – sorry to bother with a new one 😉 I’m in the calibration process of a motorway section. The network contains a fork where a three-lane roadway splits into two two-lane roadways. Through traffic must merge le

Re: [sumo-user] Teleporting

2018-08-14 Thread Jakob Erdmann
Hello, The issue you describe is a common occurence with OSM-derived networks. What netconvert options did you use? There are a number of options that may be set to improve the OSM data heuristically. Take a look at http://sumo.dlr.de/wiki/Networks/Import/OpenStreetMap#Recommended_NETCONVERT_Option

[sumo-user] Teleporting

2018-08-13 Thread Jonathan Harper
Hello, I’m currently generating a SUMO scenario using a well-known city in the UK. I used OSM to obtain the .osm file and used netconvert to convert it to a .net.xml file. However, I am getting quite a few teleportations and I’m worried this may skew the results. The 2 main warnings I’m getting