Re: [sumo-user] all vehicles start driving synchronously

2019-01-30 Thread ratzenmeier
"Sumo project User discussions" > Betreff: Re: [sumo-user] all vehicles start driving synchronously > > When the car-following model is active, each vehicle only knows about the > leader position from the previous step. > When setting the speed via traci with speedMode = 30 (di

Re: [sumo-user] all vehicles start driving synchronously

2019-01-30 Thread Jakob Erdmann
Uhr > *Von:* "Jakob Erdmann" > *An:* "Sumo project User discussions" > *Betreff:* Re: [sumo-user] all vehicles start driving synchronously > This is easy to do via TraCI by simpling setting the desired speed for all > vehicles and making them ignore car-followin

Re: [sumo-user] all vehicles start driving synchronously

2019-01-30 Thread ratzenmeier
setting the speedMode to 4/8? I think 0 is avoiding everything, even red light). Greetings!   Gesendet: Mittwoch, 30. Januar 2019 um 14:00 Uhr Von: "Jakob Erdmann" An: "Sumo project User discussions" Betreff: Re: [sumo-user] all vehicles start driving synchronously Th

Re: [sumo-user] all vehicles start driving synchronously

2019-01-30 Thread Jakob Erdmann
This is easy to do via TraCI by simpling setting the desired speed for all vehicles and making them ignore car-following constraints. It's neigh impossible to do without TraCI due to architectural constraints (every vehicle can only start driving one simulation step after the leader vehicle has

[sumo-user] all vehicles start driving synchronously

2019-01-30 Thread ratzenmeier
Hi all, quick question for my situation:   I have a traffic light on red with 10 vehicles waiting. Is there a possibility that the vehicles start driving synchronously when the traffic light turns green? Every vehicle starts driving at the same moment, like if they were connected. Thanks!