I am using A star this is a warehouse simulation. (reason I am doing small grid is to have a grid line in each aisle) I know in order to prevent collision you try to make grid node bigger ( @Joerg Vogel if you have any other suggestion I have seen your post). I am just trying to have distance between forklifts specially within racks because we cannot have more than 3 forklift for each Aisle. I am trying to implement it but it looks like it is not working I am using same code from the code just for Narrow phase. in this post as well doing same in network. I have seen a lot of posts related to distance between AGV/forklift but most of them use network. just some post related to A star. I am trying to have forklift leave space between each other specially within the racks. only close idea is using agent module from this post. @Felix Möhlmann Do you have any idea how solve this problem? here is model consalidation problem.fsm
I tried rerouting seems not working for case here as well from this post or this post or this post