Constantly moving in a point graph

Hi, Aron, amazing project! It helps me a lot.
I have been trying to let my ai car keep moving and never stops. I tried to use the constant path to calculate the actual distance in front of the car, and I made the car calculate a new path if the remaining distance is smaller than slow down distance. It is kind of working but the ai car always slowed a little bit before starting a new path, and I know it is not the best solution. Can you give me some advice about this?
Thank you!

Hi

Try to set the slowdown distance to zero, that will disable any slowdowns based on the distance to the destination.