Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] plexe.setFixedLane not working properly SUMO

Hello,

I am trying to implement a roundabout management system in SUMO.  I want to keep lanes fixed for vehicles.such that vehicles that want to go straight are in middle lane, those who want to turn right are in right lane and those who want to turn left are in left lane.
I tried using plexe.setFixedLane but it has a problem. Vehicle enter the roundabout successfully but when it is time to leave the roundabout, it gets stuck just before leaving the roundabout in its lane.
Is there some other way to keep lane fixed which avoid this problem?

Thank You & Regards

Ankit

Back to the top