Does Crane collision detection using Travel to Location work when driving model from Process Flow? It seems as if two cranes can violate the collision detection logic.
**Please note that I created a collision plane in the Advanced Tab using one sphere. The same effect happens with multiple collision detection spheres.
The 1st collision seems to be handled correctly. During later collisions Crane 1 does and end around to unload its box, violating the collision detection. I have also tried using negative numbers for travel distance for the crane logic with no luck.
Typically in these types of systems the cranes will move together allowing each other to pick and place. The collision detection will allow the management of picks and places with one finishing a task and the other "pushing" that crane out of the way to complete its task. I am not sure why this doesn't work using the logic in the crane collision detection script.
pf-crane-test-collisions-sanitized.fsm
I wonder if AStar can handle this or should I create a custom process flow using the OnCollision Trigger??