Depending on some condition I would like to change a TaskExecuter from Ship to Truck on the fly. I have tried to use Object.create(TaskExecuter::Truck), but it throws an error.
I can change the ShapeIndex, but then I need to rotate the truck 90 using the ShapeFactors and I do not know how to do that using code. And the Packing method needs to be changed as well.