Hi everyone,
I am building a warehouse model where we want to identify congestion issues in the aisles.
In some areas, congestion is not in an issue. Travelers will fluidly move out of the way if there is congestion.
In other areas (such as the aisles) congestion is an issue. Travelers would be stuck one behind the other if there is congestion.
Attached is a sample model using A* achieving the desired behavior. In this model, travelers are considered as active in the Aisles since they are traveling a small distance at a small speed for the time they would pick items (therefore creating congestion for other travelers).
Though, at a greater the scale, the solution is not viable since, in some cases, since travelers would place themselves at an angle making the small movement impossible.
Another option would be to dynamically ignore inactive members based on the location members are in. Is it something feasible ?
Would you recommend using another logic to obtain the desired behavior ?
Thanks for your support !