Hi All, I'm working on a project that uses SUMO and TrACI (via Python) to simulate V2I communication between traffic lights and vehicles. If the current traffic light phase is green the remaining time is communicated to the approaching vehicles so they can adjust their speed accordingly. I increase vehicle speed in TraCI using traci.vehicle.setSpeed, however I've noticed this is causing vehicles to end up in the wrong lane and they block the intersection until they're teleported by SUMO after 300 seconds. This issue only seems to occur with more complicated simulations such as random networks generated by NETGENERATE and TAPASCologne, but not with grid networks and simple intersections.
Has anybody seen this behaviour before? Regards, Cullen Rhodes ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
