We are modeling a system and when an AGV comes into a segment it needs to "push" every AGV in front of him to stand in the queue.
We could model this by creating a CP for every position and then make them all travel to the next CP, but, since it will be quite a long circuit, this would require about 2000 control points.
Is there a way to move the accumulation CP and then update the position of every AGV that has it allocated?
My idea was to set a new location for the CP and then "refresh" the position of all members in the network but I haven't found a way to do it.