Hello, this function randomly ignores right-of-way rules with a configurable probability (hence the 'prob' in jmIgnoreFoeProb). This only happens if the vehicle being ignored has a speed below jmIgnoreFoeSpeed. By default only standing vehicles are ignored. The check is performed anew in every simulation step.
regards, Jakob Am Mo., 24. Sep. 2018 um 02:05 Uhr schrieb mohsen hs <[email protected]>: > Dear SUMO developers, > > I am trying to get more information about the "jmIgnoreFoeProb" > parameter and hope you can help me understand them better. > > From the code in MSLink.cpp:MSLink::blockedAtTime(...), it seems that > this function uses a random number and check the speed (ego should be lower > based on the code) of the first vehicle (leader or follower?) and if it > does not block it, then it enters the road. I am not sure if I understood > this correctly, could you please advise? > > > Many thanks > Mohsen > > > > > _______________________________________________ > 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
