AgOpenGPS v 5.2.1 Bugs

should be:

double temp = stepDistance * Math.Tan(steerAngle * 0.0175329252) / mf.vehicle.wheelbase;

the pivot error is using the local heading as angle, but the pivot east and pivot north is using the angular velocity * timestamp as angle in the simulation. why are they not the same? why is the local heading not the same as the angular velocity times the timestamp (0.090sec)? the simulation was using pure pursuit and going towards an abline with a pivot distance error of 2meter, speed 1.6 kph, lookahead of 4m, wheelbase 2.8m. purepursuit22.xlsx (1.1 MB)