I have two separate A* grids in my model. One grid has AGVs and Operators and those resources can take diagonal paths. The other grid has a different type of vehicle (modeled as AGVs but they are different) that is only capable of moving via right angles in either X or Y direction in rack aisles (or underneath the aisle if they are empty).
I have read other posts that mention a model can only one have A* navigator, but is there a way I can specify different behaviors, either by grid or by A* member?
I realize this may be possible via network nodes but I would have to place around 7,000 of them and would prefer to avoid this. AGV network also does not seem to be viable, given that it seems control points can only be attached to storage objects, rather than storage slots.