Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] Fwd: Vehicle stuck in roundabout

The vehicles that want to drive 1/2 or 3/4 of the roundabout must change to the outermost lane at some point. Most likely the call to plexe.setFixedLane prevents this.

Am Mo., 28. Feb. 2022 um 05:43 Uhr schrieb Ankit Jatiya <akj0147@xxxxxxxxx>:
Hello,

I am trying to do a traffic light simulation for a roundabout. The model is such that vehicles that want to turn right are on right lane, vehicles those want to go straight are on middle lane and those who want to turn left are on left lane. All the vehicles who want to turn right are working properly. But vehicles which want to go straight or turn left are stuck in the roundabout even when the traffic light is green. I am using plexe.setFixedLane to keep vehicles in a fixed lane.

Here is the simulation screenshot.
Screenshot (4).png

I have also attached the python script that I am using.

Thank You

Regards,
Ankit Jatiya
_______________________________________________
sumo-dev mailing list
sumo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-dev

Back to the top