If the vehicles are not allowed to go straight from the rightmost lane, then you can just remove the connection to avoid this behavior.
2018-08-23 10:41 GMT+02:00 Jose Monreal Bailey <[email protected]>: > Hi Jakob, > > I have a 3 lane edge which 1 of the them is used to turn right (with left > side traffic). > This means I have a TL setup for that phase. > Sometimes I have vehicles using that lane, which are not going to turn, > they use it as they are going to go through to the next edge in front of > them. > So for this cases, I would like to know how many vehicles are impacted by > this reckless drivers. > I think I would have to check everytime at that point if there is a > vehicle blocking and start counting how many were impacted and for how long. > > Best regards, > José > > On Thu, 23 Aug 2018 at 09:34, Jakob Erdmann <[email protected]> wrote: > >> Hello, >> there is no dedicated tool for this in the toolbox. You could parse lanes >> from from the netstate dump or fcd output and check for specific sequences >> of inappropriate lane use. Computing the inpact of this behavior is even >> harder as you have to pick out the appropriate interval for collecting >> vehicle timeLoss and filter out the background timeLoss that would have >> occured anyway. >> >> However, the problem description is not quite clear: Are the problematic >> vehicles themselves jammed by downstream traffic or is the traffic light >> red for them? The latter case would point to a unusual TLS setup. >> >> regards, >> Jakob >> >> 2018-08-22 16:15 GMT+02:00 Jose Monreal Bailey <[email protected]>: >> >>> Hey everyone, >>> >>> I noticed that sometimes vehicles in my scenarios, use the lane for turn >>> and go through, when they want to go through, jamming all the vehicles >>> behind that want to turn. >>> >>> Is there a way to get measurement? >>> How many times that does happen, how many vehicles impacted by that, >>> time, among others? >>> >>> Best regards, >>> José >>> >>> _______________________________________________ >>> sumo-user mailing list >>> [email protected] >>> To change your delivery options, retrieve your password, or unsubscribe >>> from this list, visit >>> https://dev.eclipse.org/mailman/listinfo/sumo-user >>> >>> >> _______________________________________________ >> sumo-user mailing list >> [email protected] >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/sumo-user >> > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user > >
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/sumo-user
