Re: [sumo-user] Use multiple lanes at traffic signals

2017-05-24 Thread Lockhart, Thomas G (398I)
> On May 24, 2017, at 10:10 AM, Rohit Tapikar wrote: > > Hello, > > I have a scenario where vehicles move in a particular direction on a road > that has 3 lanes.The rightmost lane is used for vehicles turning right(I am > using a left sided system) and the remaining two lanes are for straight >

Re: [sumo-user] Use multiple lanes at traffic signals

2017-05-24 Thread Jakob Erdmann
Possible causes: - permissions disallow some one of the lanes - one of the target lanes does not allow continuing the route later on (i.e. because the outgoing edge is succeeded by a 1-lane edge further downstream) - the straight-going vehicles are inserted on the same lane and the traffic does not

[sumo-user] generateBidiDistricts , slow and Module 'rtree' not available

2017-05-24 Thread mohsen hs
Hello there, I am working on a project related to my city and need to use generateBidiDistricts.py to put similar edges (-/+) into a group (form tazid). The size of the *.net.xml is about 113 MB. I got the following warning and it seems its processing speed is very slow. It is already 10 hours a

[sumo-user] Use multiple lanes at traffic signals

2017-05-24 Thread Rohit Tapikar
Hello, I have a scenario where vehicles move in a particular direction on a road that has 3 lanes.The rightmost lane is used for vehicles turning right(I am using a left sided system) and the remaining two lanes are for straight going vehicles.But the problem I am facing is vehicles are only using

Re: [sumo-user] MoveToXY command remove vehicle

2017-05-24 Thread Jakob Erdmann
Hello, set keepRoute=2 to allow moving to arbitrary positions (see http://sumo.dlr.de/wiki/TraCI/Change_Vehicle_State#move_to_XY_.280xb4.29). Also, make sure to use version 0.30.0 regards, Jakob 2017-05-24 15:09 GMT+02:00 Kopilcak Petr : > Hello, > > > I would like to control one of SUMO vehicle

[sumo-user] MoveToXY command remove vehicle

2017-05-24 Thread Kopilcak Petr
Hello, I would like to control one of SUMO vehicle externally using TraCi moveToXY command (with Exact parameter) But SUMO removes such vehicle during driving it from one lane (which is opposite direction on highway) to another lane (which is correct direction on highway) and I drive across

Re: [sumo-user] E2 detector

2017-05-24 Thread Jakob Erdmann
Hello, Netedit does not yet support all features that are described in http://sumo.dlr.de/wiki/Simulation/Output/Lanearea_Detectors_(E2) (attribute cont is obsolete anyway). The best approach is define the detectors approximately in Netedit and the edit the generated xml file with a text editor. re

[sumo-user] E2 detector

2017-05-24 Thread Jiyao Li
Hi there, For E2 detector, I have several questions below: 1. Length may be a negative number which lets the detector be extended upstream to the given beginning position. but I can't set length in negative in Netedit. 2. how to do cont? I can't see its effect if I set it true. Thanks, Jiyao --