What would be the easiest and most flexible way to model reversing TaskExecuter? In my model, the TE moves pallets into a tunnel and returns backward (as there is no space to rotate).
"Rotate while traveling" selection does not solve the problem because the TE must follow curved path while reversing. Should I switch the TE geometry between "reversing TE" and "forward TE" depending on the moving direction? That sound a little hazard, doesn't it?