Hello,
I have a model with four transporter HiLos moving flow items from a floor storage object to a rack. Part of what I want to simulate is spatial issues, such as space between racks and other objects, and traffic congestion related to the HiLos and also some operators at the floor storage location. I set up A* navigation and checked collision avoidance and I have the transporters set up as travel members. But it doesn't seem to influence their behavior as they pick up items from the floor storage and follow generally the same path to unload them at the next available slot on a rack.
How can I best implement collision avoidance so that they will not travel through each other, and then also to measure when the task executor is blocked due to collision avoidance? I also don't want to cause them to get stuck perpetually.
Thanks!
Martin