Hello, it's a known bug (http://sumo.dlr.de/trac.wsgi/ticket/1856) I didn't yet have the time to investigate but I would love to get this fixed for 0.25.0 If you want to take a look at it yourself, the following approach might be helpful: - set the vType attribute laneChangeModel="JE2013" - in src/microsim/lcmodels/MSLCM_JE2013.cpp: activate the line #define DEBUG_COND (myVehicle.getID() == "id_of_the_jumpy_vehicle")
The JE2013 model behaves almost exactly like the default model 'LC2013' but it supports additional debugging output. Also, if you could provide a minimal example scenario, that would be helpful as well. regards, Jakob On 10/14/2015 02:03 AM, Lockhart, Thomas G (398I) wrote: > I’m seeing vehicles “jumping” between lanes while they are stopped for > traffic lights on multi-lane streets, when the adjacent lane is empty. Is > this a generally known behavior? Are there command line options to suppress > this? > > I’ve seen this across at least the last couple of versions of SUMO. TIA for > any suggestions… > > - Tom > ------------------------------------------------------------------------------ > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
