Open behrisch opened 8 years ago
@namdre changed description from:
vehicles that turn left via an internal junction still yield for right-turning vehicles that target different lanes. The is that in NBEdge::buildInnerEdges, the vector tmpFoeIncomingLanes is filled using forbids() without regard to lane-foes
to:
vehicles that turn left via an internal junction still yield for right-turning vehicles that target different lanes. This leads to problems in right-turn-on-red scenarios if the right turning vehicles are allowed during the lef-turn phase. The is that in NBEdge::buildInnerEdges, the vector tmpFoeIncomingLanes is filled using forbids() without regard to lane-foes
@namdre changed description from:
vehicles that turn left via an internal junction still yield for right-turning vehicles that target different lanes. This leads to problems in right-turn-on-red scenarios if the right turning vehicles are allowed during the lef-turn phase. The is that in NBEdge::buildInnerEdges, the vector tmpFoeIncomingLanes is filled using forbids() without regard to lane-foes
to:
vehicles that turn left via an internal junction still yield for right-turning vehicles that target different lanes. This leads to problems in right-turn-on-red scenarios if the right turning vehicles are allowed during the lef-turn phase.
The reason is that in NBEdge::buildInnerEdges, the vector tmpFoeIncomingLanes is filled using forbids() without regard to lane-foes
vehicles that turn left via an internal junction still yield for right-turning vehicles that target different lanes. This leads to problems in right-turn-on-red scenarios if the right turning vehicles are allowed during the lef-turn phase.
The reason is that in NBEdge::buildInnerEdges, the vector tmpFoeIncomingLanes is filled using forbids() without regard to lane-foes
Migrated from http://sumo.dlr.de/ticket/2614