Greetings,
I am trying to set up a simulation of an AGV tugger line. I create the carts for the tugger as TaskExecuter flowitems in the tugger (also a TaskExecuter) OnReset callback.
So far I have encountered two problems:
1) I cannot get the carts to act as participants in a coordinated task sequence (I was trying to get each one of them to execute TASKTYPE_FRLOAD to "load themselves")..
2) I cannot load anything onto them. I tried using a transporter (forklift) to load from a queue into each cart individually, but the forklift drives to the tugger instead of the cart and the flowitem disappears (visually) instead of being stacked on top of the cart.
I realize I can work around this problem by manipulating the 3d shape of the carts depending on their loaded or unloaded state, however it would be interesting to understand where do I go wrong.