How to make the AGV not turn at the intersection, only parallel movement, like a Mecanum wheel
agv.vcmx (5.0 MB)
2 Likes
You can set the TurnSpeed property to 0, and then the AGV will not turn.
2 Likes
There is also a hidden property TurnInPlaceAngleThreshold that you can access in the modeling tab. This will control the angle of a turn in which the AGV will rotate in place instead of driving to that curve.
1 Like
thank you ,it is very useful
How does an AGV reverse on a designated path?