Hello
I made a model using agent and a*, but any Executer has been hovering.
The model I want to make is:
1. Make an Exexcuter that can only go straight and horizontally, Exexcuter does move in a straight line.
2. The Exexcuter will only move 1m laterally to the right when encountering a collision
Therefore, my question is:
1. How to fix this problem?
2. Can you give me a suggestion?