Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

STEER INPUT - CURVATURE RADIUS RELATIONSHIP

Model
If one considers the car to have an ideal lateral dynamics then the vehicle can be represented as in Figure car.png, where w is the wheelbase and delta is the steer angle. Actually the dynamics is affected by some slip angles that I am going to assume negligible for the purpose of this model. I am interested in the curvature radius of the center of the car (i.e. R) because that is the position tracked by the CPS. I assume also that the steer angle delta is proportional to the steer input or, in other words, that delta = c * u, where c is the steer factor and u is the steer input which belongs to the interval -100, 100.

With some simple trigonometry one can obtain
Rr = w^2 / tan^2(c * u)
which means that
R = sqrt(Rr^2 + w^2/4)

The wheelbase can be directly measured on car. The only unknown parameter of the model is the steer factor c.

Parameter identification
I run car 1 on circles with constant steer input signal and I manually measured the diameter of the circle it went through. Results are reported in the table below.

EFFECT OF PWM AND STEER INPUT ON THE SPEED DYNAMICS

...