Hello,
I have encountered the following issue while developing a warehousing model:
Whenever I need to store items of different sizes in the same slot, if the big ones are placed first there's no issue, but if a big item is placed right after a small item, its placement inside the slot is incorrect. See images below for clarification.
I tried multiple ways of moving the items to the slots, such as using arrays and moving them all together at the same time, but it kept happening. As long as a small item comes first in any way (for example, having a smaller index inside the items array), the location of the big item is miscalculated.
I have also tried this in versions 23.2.3 and 24.1.0 and the same thing happens.
I attach a dummy model replicating said issue here: 24.0 Item placing error.fsm
Thanks in advance for your help!