Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] jmIgnoreFoeProb

Hello Jakob, 

Thank you so much, it is now clear. 

Many thanks
Mohsen

On Saturday, September 29, 2018, 8:41:12 AM GMT+12, Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:


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 <mohsenhs82@xxxxxxxxx>:
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
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

Back to the top