Reputation: 313
I am using a queue and a delay. Now when agents are in the queue, they don't maintain specific distances and collide into each other. shown in the image below.
Note: For queue i am using line and for delay in am using node.
Questions
Upvotes: 0
Views: 40
Reputation: 12803
Agents do not care about distance at all. Animating agents in a queue is just that: animation.
However, you can indirectly pretend they keep some distance by making the animation line longer or shorter.
And if you want proper distancing, do not use agents but other agent types (peds, cars, material items...)
Upvotes: 1