Hi, I'm having problems loading boxes from AGVs.
When Queue1, 2 and 3 are full, the boxes are transported to QueueFull. Here they are processed by ProcessorForFull, which should enter the various boxes in the PickUpPoints that I connected, so that they can be loaded by the AGVs and positioned in the new FloorStorage1 storage.
Currently, however, the boxes processed by ProcessorForFull are not positioned on the circuit and not picked up.
I don't understand if the problem lies in the AGV circuit or in an incorrect configuration of the processor.